block_editor-1.0.x-dev/block_editor.links.task.yml
block_editor.links.task.yml
# Local tasks for Block Editor settings tabs # These are now dynamically generated by BlockEditorSettingsLocalTask deriver block_editor.settings_tab: class: Drupal\Core\Menu\LocalTaskDefault deriver: Drupal\block_editor\Plugin\Derivative\BlockEditorSettingsLocalTask # Dynamic Block Editor edit tabs for all supported content entity types # This uses a deriver to automatically create tabs for any entity type that # has Block Editor support (node, taxonomy_term, block_content, etc.) block_editor.block_editor_edit: class: Drupal\Core\Menu\LocalTaskDefault deriver: Drupal\block_editor\Plugin\Derivative\BlockEditorLocalTask
