example_block.libraries.yml in Gutenberg 8.2
modules/example_block/example_block.libraries.yml
File
modules/example_block/example_block.libraries.yml
View source
- block-edit:
- version: VERSION
- js:
- js/index.js: { }
- css:
- theme:
- css/style.css: { }
- css/edit.css: { }
- dependencies:
- - gutenberg/edit-node
- block-view:
- version: VERSION
- css:
- theme:
- css/style.css: { }