diff --git a/infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd b/infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd index cf2eb7bd777..204c92f8154 100644 --- a/infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd +++ b/infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd @@ -8547,7 +8547,6 @@ - @@ -8599,6 +8598,13 @@ + + + + Administration GUI configuration. + + + @@ -8629,7 +8635,107 @@ + + + + + Administration GUI configuration. + Note: This complexType is NOT a container. We need to guarantee ordering of some sub-items (e.g. links) + + + + + + + Extra menu item that will appear in addition to standard menu items. + + + + + + + Application or shortcut links placed on end-user dashboard. + + + + + + + + + + Hyperlink with a label, menu and other data that control a rich presentation of the link. + Not all parameters that are present in this data strucutre might be supported in all the places + where a link is used. Which parameter will be used depends on where exactly is the link used and + how it is rendered (as an menu item, application launch button, etc.) + + + + + + + URL of the link target. It can be absolute URL with method specification or it can be relative URL. + If the URL is relative, it is assumed that it is relative to the application root URL context. + + + + + + + Human-readable label to display with the link (or a key to the localization file). + + + + + + + Icon to display for this link. + + + + + + + Primary color that will be used to render this link in case that multiple color options are supported. + + + + + + + Authorization needed to display this link. If specified, the the link will be displayed + only if the active user has the authorization. If not specified then the link will be + always displayed. + + + + + + + + + User interface icon specification. + + + + + + + URL of the image to use as an icon. It is expected that this will be a relative URL + that is relative to the application root URL context. + + + + + + + CSS class to use for icon representation. + + + + +