Skip to content

Readme doesn't instruct to re-register builder post meta for custom module #34

@nathanbrisk

Description

@nathanbrisk

I added a custom module as the Readme instructed, but I wasn't able to see this new module until I

$plugin->register_builder_post_meta( 'modular-page-builder', array( 'title' => __( 'Page Body Content' ), 'api_prop' => 'page_builder', 'allowed_modules' => array( 'header', 'text', 'image', 'video', 'blockquote', '<my new module name>'), ) );

Perhaps I did it the wrong way, but the Readme wasn't too exhaustive in how to add this custom module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions