cmawhorter / fancy

1 stars 2 forks source link

Components need to be user configurable #16

Open cmawhorter opened 8 years ago

cmawhorter commented 8 years ago

There needs to be a way to configure components globally in user land. Currently, the only way to pass settings into components is through usage. There should be some way to add it to the fancy.json file or something.

Usecase example: A grid component that could accept a framework setting globally (e.g. bootstrap) and whatever framework is used in the theme could be configured.

(This is another step toward completely isolating data from theme.)