This Template is responsible for creating a table of domain objects. If you modify this template, do not forget to change the overwrite settings in /Configuration/ExtensionBuilder/settings.yaml: Resources: Private: Templates: List.html: keep Otherwise your changes will be overwritten the next time you save the extension in the extension builder

Current cObj-data:
{currentcobjdata}
					
Please provide data for the cObj in the following syntax:

key1 = value1
array [
	array_key1 = value1
	array_key2 = value2
	array_array [
		array_array_key1 = value1
	]
	array_key3 = value3
]
key2 = value2
					
Parsing rules:
  1. Each line is parsed separately.
  2. A line break ends a key-value-assignment.
  3. Use either the equal sign to state a key-value-assigment as in "array_key" => "value",
    or square brackets to declare the value to be another array as in "array_key" => array(),.
  4. Indentation is ignored and trimmed.
  5. Comments are not allowed.
  6. Invalid characters or unmatching number of opening/closing brackets will result in parsing errors.
Select table from which to load record as cObj-data: Select Record to load as cObj-data:
uid label
{record.uid} {record.label}

rendering output
{parsedTs}