Plugin Directory

Changeset 3336931


Ignore:
Timestamp:
07/31/2025 01:43:26 AM (8 months ago)
Author:
iansvo
Message:

Fix Readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content-area-block/trunk/readme.txt

    r3336929 r3336931  
    88Repository URI:    https://github.com/iansvo/content-area-block
    99
    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
     12This 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.
    1113
    1214If you want to disable this meta key's registration, add the following to your theme or plugin:
     
    1618add_filter( 'content_area_block_register_default_meta', '__return_false' );
    1719`
    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.
    2220
    2321Note: 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.