Changes between Initial Version and Version 1 of Ticket #60460
- Timestamp:
- 02/07/2024 12:52:33 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60460 – Description
initial v1 3 3 It is a hard requirement that a *.asset.php file is present to register a block in WordPress. Otherwise, it throws a Warning: 4 4 5 {{{ 6 function register_block_script_handle was called incorrectly. The asset file (/wp-content/uploads/faustwp/blocks/block-a/index.asset.php) for the "editorScript" defined in "create-block/block-a" block definition is missing. (This message was added in version 5.5.0.)7 }}} 5 6 > function register_block_script_handle was called incorrectly. The asset file (/wp-content/uploads/faustwp/blocks/block-a/index.asset.php) for the "editorScript" defined in "create-block/block-a" block definition is missing. (This message was added in version 5.5.0.) 7 8 8 9 9