A few pointers if you are also struggling with it.
- If the widgets are not clickable
- You probably haven't installed the widgets module correct. Try installing via composer
- If page is running out and returning nothing.
- Are you using a widget that has a Content field? In that case try renaming it to someting unique.
- Want to have multiple widget areas?
- Add as many as you like, but do add a tab for each like this:
$fields->addFieldToTab("Root.MyWidgetArea", new WidgetAreaEditor("MyWidgetArea"));
No comments:
Post a Comment