application.app.menu.public.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- Document : public.xml Created on : 10 de febrero de 2010, 13:16 Author : Pablo GARCIA Description: Public profile options --> <menu screen="signin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://aweframework.gitlab.io/awe/docs/schemas/menu.xsd" context="screen" default-action="screen"> <option name="signin" screen="signin" invisible="true" /> <option name="change-password" screen="change-password" invisible="true" /> <option name="information" screen="info" invisible="true" /> <option name="test-initial-load" screen="TestInitialLoad" /> <option name="test-initial-values" screen="TestInitialValues" /> <option name="test-initial-values-load" screen="TestInitialValuesLoad" /> <option name="test-public-layout" screen="public-layout" /> <option name="error-4xx" screen="error-4xx" invisible="true" /> <option name="error-5xx" screen="error-5xx" invisible="true" /> </menu>