Liferay Fragments: Configuration
Liferay Fragments: Configuration Overview To more flexibility - Liferay fragments may have custom configuration options. This article will explain how to add configuration options to fragments and how to use them on a content page. Add Configuration Options In a fragment editor we can define fragment configuration on the “Configuration” tab: This sample adds configuration options to control the visibility of specific sections (Language and Personal Bar) in a fragment: { "fieldSets" : [ { "fields" : [ { "name" : "showLanguage" , "label" : "Show Language" , "description" : "Show Language Widget" , "type" : "checkbox" , ...