Pennebaker / craftcms-thearchitect

CraftCMS plugin to generate content models from JSON data.
MIT License
171 stars 9 forks source link

As a modeler, I should be able to manage blocks separately so I can reuse blocks over multiple Neo fields. #55

Open Emkaytoo opened 7 years ago

Emkaytoo commented 7 years ago

I know Neo doesn't yet support decoupled management of blocks, but we should alter the Architect to be able to reference prewritten blocks. This way when I need to make multiple Neo fields for different sections/purposes, I can model them once and then just reference the block model in the fields model.

Emkaytoo commented 7 years ago

It also makes the management of blocks less portable across similar projects.