[#assign showLabel = input.showLabel && input.label?has_content && (layoutMode == "edit" || input.readOnly) inputLabel = htmlUtil.escape(input.label) readonlyLabel = inputLabel + " (" + languageUtil.get(locale, "read-only") + ")" ] [#if input.readOnly] [#assign inputLabel = readonlyLabel] [/#if] [@liferay_aui.style] .cke-height { height: 200px } [/@]
[@liferay_layout["render-editor"] content=htmlUtil.unescape(input.value) name=fragmentElementId + "-" + input.name label=inputLabel layoutMode=layoutMode required=input.required /]
[#if !input.localizable && input.attributes.unlocalizedFieldsMessage??] [/#if]

[@clay["icon"] symbol="info-circle" /] ${input.errorMessage}

[#if input.showHelpText && input.helpText?has_content]

${htmlUtil.escape(input.helpText)}

[/#if] [#if input.required] [/#if]