Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 924 Bytes

File metadata and controls

25 lines (16 loc) · 924 Bytes

Configuration Form Renderer

A Configuration Form Renderer allows rendering a specific UI. If yout want to execute a Action you have to use an Configuration ScreenContributor.

As it can be seen .. liferay generate also the default UI in LIferay DXP. HINT If you are trying to circumvent that by setting generateUI .. Is will completely hide the configuration category (but the category section is there)

@ExtendedObjectClassDefinition(
    //generateUI = false,
    category = "vocabulary-configuration",
    scope = ExtendedObjectClassDefinition.Scope.COMPANY
)

Configuration Category

Configuration Layout

Sources