Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<title jcr:primaryType="nt:unstructured"
granite:class="cmp-adaptiveform-base__title"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
localized="{Boolean}true"
fieldLabel="Title"
name="./jcr:title"/>
<richTextTitle jcr:primaryType="nt:unstructured"
Expand Down Expand Up @@ -192,6 +193,7 @@
jcr:primaryType="nt:unstructured"
granite:class="cmp-adaptiveform-base__placeholder"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
localized="{Boolean}true"
fieldLabel="Placeholder text"
name="./placeholder"/>
<enums jcr:primaryType="nt:unstructured"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
fieldLabel="Signature Dialog Title"
localized="{Boolean}true"
fieldDescription="Sets the title displayed at the top of the signature capture dialog. This text guides the user when they are prompted to sign. Example: 'Please sign here'."
name="./fd:dialogLabel" />
</items>
Expand Down