0

my sulu 1.6 page template renders automatically a side navigation, if the page has sub-pages. Is there a way to display a content hint in the admin view?

I would imagine something like this:

imagined content hint

Is there a way to make this possible?

Thx a lot!
Andreas

Andreas
  • 1,691
  • 1
  • 15
  • 34

1 Answers1

0

Sorry, but adding a text like this is currently not possible on a section. However, you can add an info text on a property like this:

<property name="endDate" type="date">
    <meta>
        <info_text lang="en">
            If the same as the start date, the event is treated a one-day event.
        </info_text>
    </meta>
</property>

Read more about that in our documentation.

Daniel Rotter
  • 1,998
  • 2
  • 16
  • 33