Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should have a mechanism for adding custom field components #6

Open
toddjordan opened this issue Dec 22, 2015 · 0 comments
Open

Should have a mechanism for adding custom field components #6

toddjordan opened this issue Dec 22, 2015 · 0 comments

Comments

@toddjordan
Copy link
Owner

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 object

See http://code.cloudcms.com/alpaca/1.5.14/jsdoc/Alpaca.Field.html

Examples

  • Using polymer/material designed input widgets instead of bootstrap
  • Adding more complex/aggregate widgets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant