Inconsistent paths between view/partial generators
Created by: nealshepherd
Is there a way to neatly override where field partials are generated or expected to be?
For page templates, they are placed in app/views/admin/
, which makes sense. Field partials are instead placed in app/views/fields
while it seems more logical that they would be generated into app/views/admin/fields/
Furthermore, is there a reason for this inconsistency? The other generators to my knowledge all nest contents under an /admin
directory, which keeps things nicely separated.
Thanks!