thumbnail

Multiple configuration approach in Liferay. 1.    System setting : If we would required to hold any data which can be used by multiple modules we can store them by adding configuration to system setting. Below approach we use to add configuration in system setting: 1.1.    Create configuration bundle    1.2.    Below are the...

thumbnail

We require rtl support for showing content in language supporting right to left text (Ex. Arabic etc). In Liferay 7 when we build theme then its "rtl" file auto generated. Liferay used gulp plugin to generate different files and configuration while building the theme. Sometimes we would not require these files and we want to override these configuration. So, our custom css...