eb817df18b8eb2ca292fde4053f37e315463d063
[yaffs-website] / Drupal / Tests / Core / Asset / library_test_files / data_types.libraries.yml
1 example:
2   css:
3     theme:
4       # External URL.
5       'http://example.com/test.css':
6         type: external
7       # Absolute path.
8       /tmp/test.css: {}
9       # Protocol free.
10       //cdn.com/test.css: {}
11       # Stream wrapper URI.
12       'public://test.css': {}
13       'example://test2.css': {}