-
|
Created a new widget based on apostrophecms documentation but did not get any proper idea of how to add a custom widget to the page. Is it possible to add a custom widget as a field option? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
It is true that there is not a specific example of using the new widget on this page: https://v3.docs.apostrophecms.org/guide/custom-widgets.html But it works like adding any other widget: This would add the The rule is that you take |
Beta Was this translation helpful? Give feedback.
It is true that there is not a specific example of using the new widget on this page:
https://v3.docs.apostrophecms.org/guide/custom-widgets.html
But it works like adding any other widget:
This would add the
two-column-widgetmodule defined in the documentation you mention to an area, for instance an area in the home page or default page, or a piece type, or even another widget.The rule is that you take
-widgetoff the module name when adding a widget to thewidgetssection of anareafield.