We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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.
block_category
The text was updated successfully, but these errors were encountered:
25ae02a
No branches or pull requests
Poet config is shipping this array index:
The documentation show instead:
It seems
block_category
is the right index.The text was updated successfully, but these errors were encountered: