Hello,
I would like to display our user information such as upcoming maintenance.
The only way I found was as a label in the login screen: Customize the Login Page
Thanks
Hi ms2024,
You could add a custom message in your front end preview in the Experience Manager. I suspect you could also perform a query for a document in a CustomLoginPlugin which could then be managed by admins to display any message on the login page.
CustomLoginPlugin
Hi Nicholas,
thanks for your input.
With the following instructions I was able to work with a text from the content area: Bootstrap a Query using the Fluent Search API
Is there documentation for the front end preview? I’m not sure where to start here.