f1c73064bd27d66dd0e6949ee3689f9b79607c2b
[yaffs-website] / web / core / modules / system / tests / modules / ajax_test / ajax_test.libraries.yml
1 order:
2  drupalSettings:
3    ajax: test
4  dependencies:
5    - ajax_test/order-css-command
6    - ajax_test/order-footer-js-command
7    - ajax_test/order-header-js-command
8
9 order-css-command:
10   css:
11      theme:
12        # Two CSS files (order should remain the same).
13        a.css: {}
14        b.css: {}
15
16 order-footer-js-command:
17   js:
18     footer.js: {}
19
20 order-header-js-command:
21   header: true
22   js:
23     header.js: {}