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
Correct me if I am wrong, now the form templates come bundled with the forms package. If someone would create custom templates - then what is the point of having default templates for him ?
Maybe it is a good idea to have a skeleton and to move the templates to a different package ?
The text was updated successfully, but these errors were encountered:
The templates in the current package are just simple examples to help people get started on their own custom components.
I don't think they should be sourced by default and shipped to the client, but I do think they should exist as part of the core package for convenience.
I plan on moving them into an "examples" folder and will not source them in package.js.
jonjamz
changed the title
Move default templates to smth like template:forms-templates
Example templates should not be included in package.js by default
Feb 24, 2015
I wrote about the package because there may be some lazy or people, who are satisfied with the default ones, so that they can add 2 packages and are ready to go.
Correct me if I am wrong, now the form templates come bundled with the forms package. If someone would create custom templates - then what is the point of having default templates for him ?
Maybe it is a good idea to have a skeleton and to move the templates to a different package ?
The text was updated successfully, but these errors were encountered: