diff options
Diffstat (limited to 'core/modules/book/book.links.task.yml')
-rw-r--r-- | core/modules/book/book.links.task.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/core/modules/book/book.links.task.yml b/core/modules/book/book.links.task.yml new file mode 100644 index 0000000..796c5fd --- /dev/null +++ b/core/modules/book/book.links.task.yml @@ -0,0 +1,15 @@ +book.admin: + route_name: book.admin + title: 'List' + base_route: book.admin +book.settings: + route_name: book.settings + title: 'Settings' + base_route: book.admin + weight: 100 + +book.outline: + route_name: book.outline + base_route: node.view + title: Outline + weight: 2 |