mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
12 lines
426 B
JSON
12 lines
426 B
JSON
{
|
|
"OmniProcessId": "{{ParentProcessId}}",
|
|
"Name": "{{ElementName}}",
|
|
"Type": "Text Block",
|
|
"Description": "{{Description}}",
|
|
"IsActive": true,
|
|
"Level": 1,
|
|
"SequenceNumber": {{SequenceNumber}},
|
|
"ParentElementId": "{{ParentStepId}}",
|
|
"PropertySetConfig": "{\"HTMLTemplateId\":\"\",\"dataJSON\":false,\"hide\":false,\"label\":\"{{Label}}\",\"readOnly\":false,\"show\":null,\"textBlock\":\"{{HTMLContent}}\"}"
|
|
}
|