Changeset 3336931
- Timestamp:
- 07/31/2025 01:43:26 AM (8 months ago)
- File:
-
- 1 edited
-
content-area-block/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
content-area-block/trunk/readme.txt
r3336929 r3336931 8 8 Repository URI: https://github.com/iansvo/content-area-block 9 9 10 Adds a block content area to a site editor template and stores the blocks in a specified meta field. By default, the plugin will add a new meta field called `extra_content_area` for all post types which you can use to store the block markup. 10 == Description == 11 12 This block allows you to add an additional block content area to a site-editor template and store the block output inside a meta field. By default, the plugin will add a new meta field called `extra_content_area` for all post types which you can use to store the block markup. 11 13 12 14 If you want to disable this meta key's registration, add the following to your theme or plugin: … … 16 18 add_filter( 'content_area_block_register_default_meta', '__return_false' ); 17 19 ` 18 19 == Description ==20 21 This block allows you to add an additional block content area to a site-editor template and store the block output inside a meta field.22 20 23 21 Note: Using this plugin requires you to enable template previews (which will let you visually see the new content area you're adding). This can be enabled on any given post or page, but you can optionally set it on by default using a filter.
Note: See TracChangeset
for help on using the changeset viewer.