Initial Drupal 11 with DDEV setup
This commit is contained in:
19
web/core/modules/taxonomy/taxonomy.libraries.yml
Normal file
19
web/core/modules/taxonomy/taxonomy.libraries.yml
Normal file
@ -0,0 +1,19 @@
|
||||
drupal.taxonomy:
|
||||
version: VERSION
|
||||
js:
|
||||
js/taxonomy.js: {}
|
||||
css:
|
||||
component:
|
||||
css/taxonomy.theme.css: {}
|
||||
dependencies:
|
||||
- core/jquery
|
||||
- core/drupal
|
||||
- core/drupalSettings
|
||||
- core/drupal.tabledrag
|
||||
moved_files:
|
||||
taxonomy/taxonomy.js:
|
||||
deprecation_version: drupal:11.1.0
|
||||
removed_version: drupal:12.0.0
|
||||
deprecation_link: https://www.drupal.org/node/3471539
|
||||
js:
|
||||
taxonomy.js: js/taxonomy.js'
|
||||
Reference in New Issue
Block a user