Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Lists and fields with no label

Mikołaj Mański edited this page Jul 26, 2016 · 9 revisions

Lists and fields with no label

When providing configuration in Feature files for complex types like multifields it sometimes happen that field has no label. Here is an example of handling such situation: Multifield

Here's how to access the first textfield :

Type Label Explanation
multifield#0#text field Items#no label If there is no label for field, label value is replaced by "no label" caption.
However, when a multifield items contain a label, it should be added to the multifield label value instead of "no label" text.

As we can see after multifield type we provide index of an element from the list and then type of this particular element - this is the proper way to handle list items.

For more information about providing component configuration please refer to Storing component configurations tutorial

Getting started with Bobcat

  1. Getting started

AEM Related Features

  1. Authoring tutorial - Classic
  1. AEM Classic Authoring Advanced usage
  1. Authoring tutorial - Touch UI
Clone this wiki locally