django-components/sampleproject
adriaan 2d86f042da
Implement #231 – default slot filling (#269)
* Add 'default' slot option + implicit fills; tests; docs
* Differentiate between standard fillnodes and implicitfillnodes on type lvl
* Reworking slot-fill rendering logic. Simplifying component interfact. Add new get_string_template method
* First working implementation of chainmap instead of stacks for slot resolution
* Stop passing FillNode to Component initalizer -> better decoupling
* Treat fill name and alias and component name as filterexpression, dropping namedvariable
* Name arg of if_filled tags and slots must be string literal
2023-05-18 14:58:46 +02:00
..
calendarapp Improve structure of sampleproject. 2022-07-18 09:13:36 +02:00
components Implement #231 – default slot filling (#269) 2023-05-18 14:58:46 +02:00
sampleproject Introduce safer_staticfiles app as user-friendly security measure for #260 (#261) 2023-04-11 13:55:11 +02:00
.gitignore Introduce a sample project to illustrate setup. 2022-07-17 09:29:15 +02:00
manage.py Introduce a sample project to illustrate setup. 2022-07-17 09:29:15 +02:00
requirements.txt Add sample project to repo to show config. 2022-07-17 13:27:17 +02:00