mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +02:00
Document the lookup of structured data sources
This commit is contained in:
parent
e101416b5d
commit
c36aed0f9e
@ -212,7 +212,8 @@ class SyncPropertyForm extends DirectorObjectForm
|
|||||||
'label' => $this->translate('Source Expression'),
|
'label' => $this->translate('Source Expression'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'A custom string. Might contain source columns, please use placeholders'
|
'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,
|
'required' => true,
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user