This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/web/core/modules/node/node.libraries.yml
2018-11-23 12:29:20 +00:00

45 lines
727 B
YAML

drupal.node:
version: VERSION
css:
layout:
css/node.module.css: {}
js:
node.js: {}
dependencies:
- core/drupal.entity-form
- core/drupalSettings
drupal.node.preview:
version: VERSION
css:
theme:
css/node.preview.css: {}
js:
node.preview.js: {}
dependencies:
- core/jquery
- core/jquery.once
- core/drupal
- core/drupal.dialog
- core/drupal.form
drupal.content_types:
version: VERSION
js:
content_types.js: {}
dependencies:
- core/jquery
- core/drupal
- core/drupal.form
form:
version: VERSION
css:
layout:
css/node.module.css: {}
drupal.node.admin:
version: VERSION
css:
theme:
css/node.admin.css: {}