More updates to stop using dev or alpha or beta versions.
[yaffs-website] / web / core / tests / 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': {}