mirror of
https://github.com/getgrav/grav.git
synced 2026-03-21 20:11:35 +01:00
Include route in Flex Pages edit title
This commit is contained in:
@@ -103,6 +103,9 @@ config:
|
||||
label: PLUGIN_ADMIN.ADD
|
||||
|
||||
edit:
|
||||
title:
|
||||
template: "{% if object.root %}Root <small>( <root> ){% else %}{{ (form.value('header.title') ?? form.value('folder'))|e }} <small>( {{ (object.getRoute().toString(false) ?: '/')|e }} )</small>{% endif %}"
|
||||
|
||||
# TODO: not used yet
|
||||
buttons:
|
||||
back:
|
||||
|
||||
Reference in New Issue
Block a user