You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
[PHPCR\ValueFormatException]
Can not determine type of property with value "array (
'class' => 'test',
)"
if i am setting it like this:
$block->setSettings(array(
'class' => 'test'
));
i can use it in the frontend, but the dev toolbar tells me there was an error, and checking the profiler gives me:
ERROR - [cms::blockContext] block.id=0 - error while resolving options - The option "class" does not exist. Known options are: "attr", "extra_cache_keys", "template", "ttl", "use_cache"
do you have any ideas how to solve this, or is there a hidden feature somewhere?