Components to build forms
The Build Form tab lists form items that you use in your folder metadata schema form. The Settings tab displays the attributes for each item that you select in the Build Form tab. Here is a list the form items available in the Build Form tab:
Component Name | Description |
---|---|
Section Header | Add a section heading for a list of common components. |
Single Line Text | Add a single-line text property. It is stored as a string. |
Multi Value Text | Add a multi value text property. It is stored as a string array. |
Number | Add a number component. |
Date | Add a date component. |
Dropdown | Add a drop-down list. |
Standard Tags | Add a tag. |
Hidden Field | Add a hidden field. It is sent as a POST parameter when the asset is saved. |
Editing form items
To edit the properties of form items, tap/click the component and edit all or a subset of the following properties in the Settings tab.
Field Label: The name of the metadata property that is displayed on the properties page for the folder.
Map to Property: This property specifies the relative path of the folder node in the CRX repository where it is saved. It starts with “./”, which indicates that the path is under the folder’s node.
The following are the valid values for this property:
-
./jcr:content/metadata/dc:title
: Stores the value at the folder’s metadata node as the propertydc:title
. -
./jcr:created
: Displays the JCR property at the folder’s node. If you configure these properties in CRXDE, Adobe recommends that you mark them as Disable Edit, because they are protected. Otherwise, the error ’Asset(s) failed to modify
’ occurs when you save the asset’s properties.
To ensure that the component is displayed properly in the metadata schema form, do not include a space in the property path.
JSON Path: Use it to specify the path of the JSON file where you specify key-value pairs for options.
Placeholder: Use this property to specify relevant placeholder text regarding the metadata property.
Choices: Use this property to specify choices in a list.
Description: Use this property to add a short description for the metadata component.
Class: Object class the property is associated with.
Delete folder metadata schema forms
You can delete folder metadata schema forms from the Folder Metadata Schema Forms page. To delete a form, select it and tap/click the Delete icon from the toolbar.
Assign a folder metadata schema
You can assign a folder metadata schema to a folder either from the Folder Metadata Schema Forms page or when creating a folder.
If you configure a metadata schema for a folder, the path to the schema form is stored in the folderMetadataSchema
property of the folder node under ./jcr:content.
Assign to a schema from the Folder Metadata Schema page
-
Tap/click the Experience Manager logo, and go to Tools > Assets > Folder Metadata Schemas.
-
From the Folder Metadata Schema Forms page, select the schema form you want to apply to a folder.
-
From the toolbar, tap/click Apply to Folder(s).
-
Select the folder on which to apply the schema and then click/tap Apply. If a metadata schema is already applied on the folder, a warning message informs that you are about to overwrite the existing metadata schema. Tap/click Overwrite.
-
Open the metadata properties for the folder to which you applied the metadata schema.
To view the folder metadata fields, tap/click the Folder Metadata tab.
Assign a schema when creating a folder
You can assign a folder metadata schema when creating a folder. If at least one folder metadata schema exists in the system, an extra list is displayed in the Create Folder dialog. You can select the desired schema. By default, no schema is selected.
-
From the Assets user interface, tap/click Create from the toolbar.
-
Specify a title and name for the folder.
-
From the Folder Metadata Schema list, select the desired schema. Then, tap/click Create.
-
Open the metadata properties for the folder to which you applied the metadata schema.
-
To view the folder metadata fields, tap/click the Folder Metadata tab.
Use the folder metadata schema
Open the properties for a folder configured with a folder metadata schema. A Folder Metadata tab is displayed in the folder properties page. To view the folder metadata schema form, select this tab.
Enter metadata values in the various fields and tap/click Save to store the values. The values you specify are stored in the folder node in the CRX repository.