Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gutenberg Block Category #29

Closed
davideprevosto opened this issue Jul 14, 2021 · 0 comments
Closed

Gutenberg Block Category #29

davideprevosto opened this issue Jul 14, 2021 · 0 comments

Comments

@davideprevosto
Copy link

davideprevosto commented Jul 14, 2021

Poet config is shipping this array index:

'block_categories' => [
        // 'cta' => [
        //     'title' => 'Call to Action',
        //     'icon' => 'star-filled',
        // ],
    ],

The documentation show instead:

'block_category' => [
    'cta' => [
        'title' => 'Call to Action',
        'icon' => 'star-filled',
    ],
],

It seems block_category is the right index.

@Log1x Log1x closed this as completed in 25ae02a Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant