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
By default alpaca comes with a set of bootstrap-based fields fields to render forms with. Luckily, it also allows for registration of custom widgets. The addon should allow for custom widgets to be specified and added to available widgets that alpaca will choose from.
By default alpaca comes with a set of bootstrap-based fields fields to render forms with. Luckily, it also allows for registration of custom widgets. The addon should allow for custom widgets to be specified and added to available widgets that alpaca will choose from.
See: http://www.alpacajs.org/docs/api/custom-fields.html
Conventions
Custom fields live in
forms/widgets/*
and must extend an alpaca field objectSee http://code.cloudcms.com/alpaca/1.5.14/jsdoc/Alpaca.Field.html
Examples
The text was updated successfully, but these errors were encountered: