Document the lookup of structured data sources

This commit is contained in:
Rudy Gevaert 2017-03-27 11:25:45 +02:00 committed by Thomas Gelf
parent e101416b5d
commit c36aed0f9e
1 changed files with 2 additions and 1 deletions

View File

@ -212,7 +212,8 @@ class SyncPropertyForm extends DirectorObjectForm
'label' => $this->translate('Source Expression'),
'description' => $this->translate(
'A custom string. Might contain source columns, please use placeholders'
. ' of the form ${columnName} in such case'
. ' of the form ${columnName} in such case. Structured data sources'
. ' can be referenced as ${columnName.sub.key}'
),
'required' => true,
));