Configure limits for bulk metadata update
To prevent a denial of service (DOS) like situation, Enterprise Manager limits the number of parameters supported in a Sling request. When updating metadata of many assets in one go, you may reach the limit and the metadata does not get updated for more assets. Enterprise Manager generates the following warning in the logs:
org.apache.sling.engine.impl.parameters.Util Too many name/value pairs, stopped processing after 10000 entries
To change the limit, access Tools > Operations > Web Console and change the value of Maximum POST Parameters in Apache Sling Request Parameter Handling OSGi configuration.
Metadata profiles
A metadata profile lets you apply default metadata to assets within a folder. Create a metadata profile and apply it to a folder. Any asset that you later upload to the folder inherits the default metadata that you configured in the metadata profile.
Add a metadata profile
-
Navigate to Tools > Assets > Metadata Profiles and click Create.
-
Enter a title for the profile, for example,
Sample Metadata
, and click Create. The Edit Form for the metadata profile is displayed. -
Click a component and configure its properties in the Settings tab. For example, click the Description component and edit its properties.
Edit the following properties for the Description component:
-
Field Label: The display name of the metadata property. It is only for the user reference.
-
Map to Property: The value of this property provides the relative path or name to the asset node where it is saved in the repository. The value should always start with
./
because it indicates that the path is under the asset’s node.
The value you specify for Map to property is stored as a property under the asset’s metadata node. For example, if you specify
./jcr:content/metadata/dc:desc
as the name of Map to property, Assets stores the valuedc:desc
at the asset’s metadata node. Adobe recommends that you map only one field to a given property in the metadata schema. Otherwise, the latest added field mapped to the property is picked by the system.- Default Value: Use this property to add a default value for the metadata component. For example, if you specify “My description” then this value is assigned to the property
dc:desc
at the asset’s metadata node.
NOTE
Adding a default value to a new metadata property (that does not exist at/jcr:content/metadata
node) does not display the property and its value on the asset’s Properties page by default. To view the new property on the assets’ Properties page, modify the corresponding schema form. -
-
(Optional) In the Build Form tab, add more components to Edit Form, and configure their properties in the Settings tab. The following properties are available in the Build Form tab:
Component | Properties |
---|---|
Section Header | Field Label, Description |
Single-Line Text | Field Label, Map to property, Default Value |
Multi Value Text | Field Label, Map to property, Default Value |
Number | Field Label, Map to property, Default Value |
Date | Field Label, Map to property, Default Value |
Standard Tags | Field Label, Map to property, Default Value, Description |
-
Click Done. The Metadata Profile is added to the list of profiles in the Metadata Profiles page.
Copy a metadata profile
-
From the Metadata Profiles page, select a metadata profile to make a copy of it.
-
Click Copy from the toolbar.
-
In the Copy Metadata Profile dialog, enter a title for the new copy of the Metadata Profile.
-
Click Copy. The copy of the Metadata Profile appears in the list of profiles in the Metadata Profiles page.
Delete a metadata profile
-
From the Metadata Profiles page, select a profile to delete.
-
Click Delete Metadata Profiles in the toolbar.
-
In the dialog, click Delete to confirm the delete operation. The metadata profile is deleted from the list.
Metadata schema for a folder
Adobe Experience Manager Assets lets you create metadata schemas for asset folders, which define the layout and metadata displayed in folder properties pages.
Add a folder metadata schema form
Use the Folder Metadata Schema Forms editor to create and edit metadata schemas for folders.
- In Experience Manager interface, go to Tools > Assets > Folder Metadata Schemas.
- On the Folder Metadata Schema Forms page, click Create.
- Specify a name for the form, and click Create. The new schema form is listed in the Schema Forms page.
Edit folder metadata schema forms
You can edit a newly added or existing metadata schema form, which includes the following:
- Tabs
- Form items within tabs.
You can map/configure these form items to a field within a metadata node in the CRX repository. You can add new tabs or form items to the metadata schema form.
-
In the Schema Forms page, select the form you created, and then select the Edit option from the toolbar.
-
In the Folder Metadata Schema Editor page, click
+
to add a tab to the form. To rename the tab, click the default name and specify the new name under Settings.To add more tabs, click
+
. To delete, clickX
on a tab. -
In the active tab, add one or more components from the Build Form tab.
If you create multiple tabs, click a particular tab to add components.
-
To configure a component, select it and modify its properties in the Settings tab.
If necessary, delete a component from the Settings tab.
-
To save the changes, select Save from the toolbar.
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, 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 the form and click the delete option 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
-
In Experience Manager interface, 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, click Apply to Folder(s).
-
Select the folder on which to apply the schema and then click 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. Click Overwrite.
-
Open the metadata properties for the folder to which you applied the metadata schema.
To view the folder metadata fields, click the Folder Metadata tab.