Replies: 2 comments
-
I'd suggest a hierarchical approach:
If inheritance is important for a headless solution, the
See here for an early test run: #7850 (comment) |
Beta Was this translation helpful? Give feedback.
-
On another note, allowing for an alternative method of placeholder declaration - besides within templates - will simplify certain use cases for app hooks:
I suggest to also checking models for a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Possible solutions
settings.py
configuration of placeholders (disadvantage: removing or adding a placeholder requires changes in two places, 1) the template and 2) insettings.py
)Solution Approach
Beta Was this translation helpful? Give feedback.
All reactions