You are here

example_block.libraries.yml in Gutenberg 8.2

Same filename and directory in other branches
  1. 8 modules/example_block/example_block.libraries.yml
modules/example_block/example_block.libraries.yml

File

modules/example_block/example_block.libraries.yml
View source
  1. block-edit:
  2. version: VERSION
  3. js:
  4. js/index.js: { }
  5. css:
  6. theme:
  7. css/style.css: { }
  8. css/edit.css: { }
  9. dependencies:
  10. - gutenberg/edit-node
  11. block-view:
  12. version: VERSION
  13. css:
  14. theme:
  15. css/style.css: { }