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

  1. Navigate to Tools > Assets > Metadata Profiles and click Create.

  2. Enter a title for the profile, for example, Sample Metadata, and click Create. The Edit Form for the metadata profile is displayed.

    Edit a metadata form

  3. Click a component and configure its properties in the Settings tab. For example, click the Description component and edit its properties.

    Setting of a component in metadata profile

    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.

    Map to property setting in metadata profile

    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 value dc: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.

    Set default description in metadata profile

    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.
  4. (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:

ComponentProperties
Section HeaderField Label,
Description
Single-Line TextField Label,
Map to property,
Default Value
Multi Value TextField Label,
Map to property,
Default Value
NumberField Label,
Map to property,
Default Value
DateField Label,
Map to property,
Default Value
Standard TagsField Label,
Map to property,
Default Value,
Description
  1. Click Done. The Metadata Profile is added to the list of profiles in the Metadata Profiles page.

    Metadata profile added in Metadata Profiles page

Copy a metadata profile

  1. From the Metadata Profiles page, select a metadata profile to make a copy of it.

    Copy a metadata profile

  2. Click Copy from the toolbar.

  3. In the Copy Metadata Profile dialog, enter a title for the new copy of the Metadata Profile.

  4. Click Copy. The copy of the Metadata Profile appears in the list of profiles in the Metadata Profiles page.

    A copy of metadata profile added in Metadata Profiles page

Delete a metadata profile

  1. From the Metadata Profiles page, select a profile to delete.

  2. Click Delete Metadata Profiles in the toolbar.

  3. 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.

  1. In Experience Manager interface, go to Tools > Assets > Folder Metadata Schemas.
  2. On the Folder Metadata Schema Forms page, click Create.
  3. 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.

  1. In the Schema Forms page, select the form you created, and then select the Edit option from the toolbar.

  2. 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.

    custom_tab

    To add more tabs, click +. To delete, click X on a tab.

  3. In the active tab, add one or more components from the Build Form tab.

    adding_components

    If you create multiple tabs, click a particular tab to add components.

  4. To configure a component, select it and modify its properties in the Settings tab.

    If necessary, delete a component from the Settings tab.

    configure_properties

  5. 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 NameDescription
Section HeaderAdd a section heading for a list of common components.
Single Line TextAdd a single-line text property. It is stored as a string.
Multi Value TextAdd a multi value text property. It is stored as a string array.
NumberAdd a number component.
DateAdd a date component.
DropdownAdd a drop-down list.
Standard TagsAdd a tag.
Hidden FieldAdd 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 property dc: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.

delete_form

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

  1. In Experience Manager interface, go to Tools > Assets > Folder Metadata Schemas.

  2. From the Folder Metadata Schema Forms page, select the schema form you want to apply to a folder.

  3. From the toolbar, click Apply to Folder(s).

  4. 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.

  5. Open the metadata properties for the folder to which you applied the metadata schema.

    folder_properties

    To view the folder metadata fields, click the Folder Metadata tab.

    folder_metadata_properties

Experience Manager