grav-plugin-widget
grav-plugin-widget copied to clipboard
A widget plugin for the Grav flat-file CMS
RocketTheme\Toolbox\Blueprints\BlueprintSchema::dynamicData(): Argument #1 ($field) must be of type array, null given, called in /home/users/xxxxxxx/www/example.com/blog/vendor/rockettheme/toolbox/Blueprints/src/BlueprintSchema.php on line 86
I need to list some pages inside the widget. But i didn't getting the " pages " Object inside the widget twig. Please suggest a solution.
I have a widget named "cloud apps" How to **add css / js files in head tag** if the current page having widget **"cloud apps"**
I'm using a widget to place an email list signup form in various pages, by placing the form in the widget header, and using `{% include "forms/form.html.twig" with {forms: form}...