[#if input.readOnly]
[#elseif layoutMode == "edit"]
[@liferay_editor["resources"]editorName="ckeditor" /]
[#else]
[@liferay_editor["editor"] contents=input.value editorName="ckeditor" name=fragmentEntryLinkNamespace + "-" + input.name placeholder=input.label required=input.required /]
[#if !input.localizable && input.attributes.unlocalizedFieldsMessage??]
[@clay["icon"] className="ml-2 mt-0 text-secondary" symbol="question-circle-full" /]
[/#if]
[/#if]
[#if input.errorMessage?has_content]
${input.errorMessage}
[/#if]
[#if input.showHelpText && input.helpText?has_content]
${htmlUtil.escape(input.helpText)}
[/#if]