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
throws: ErrorException in helpers.php line 469:
htmlentities() expects parameter 1 to be string, array given (View:...)
There is no explanation how to set addon's custom fieldset:
Path to fieldset: site/addons/MyAddon/fieldsets/my_fieldset.yaml
I was able to find in Statamic\CP\Fieldset how to define fieldsets's (path)name:
Conclusion: If I'm creating publish form I'm creating addon too. But according to the documentation I can't use addon's fieldset. I must define fieldset in default /site/settings/fieldsets.
The text was updated successfully, but these errors were encountered:
There is wrong or poor documentation in example here https://docs.statamic.com/addons/publish-forms#example
<publish fieldset="...">
doesn't workThis code:
throws:
ErrorException in helpers.php line 469:
htmlentities() expects parameter 1 to be string, array given (View:...)
Path to fieldset:
site/addons/MyAddon/fieldsets/my_fieldset.yaml
I was able to find in
Statamic\CP\Fieldset
how to define fieldsets's (path)name:But I'm not able to define this fieldset in view. Code bellow doesn't work:
Conclusion: If I'm creating publish form I'm creating addon too. But according to the documentation I can't use addon's fieldset. I must define fieldset in default
/site/settings/fieldsets
.The text was updated successfully, but these errors were encountered: