19 lines
511 B
YAML
19 lines
511 B
YAML
app:
|
|
css:
|
|
theme:
|
|
css/app.css: {}
|
|
js:
|
|
js/nav.js: {}
|
|
js/components/rpt-toggle.js: { attributes: { type: module } }
|
|
js/components/rpt-carousel.js: { attributes: { type: module } }
|
|
js/components/rpt-testimonials.js: { attributes: { type: module } }
|
|
js/components/rpt-faq.js: { attributes: { type: module } }
|
|
schedule:
|
|
css:
|
|
theme:
|
|
css/calendar.css: {}
|
|
js:
|
|
js/fullcalendar.min.js: { minified: true }
|
|
js/calendar.js: {}
|
|
dependencies:
|
|
- core/drupalSettings
|