-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Ecosystem, Extensibility - Macro
-
1
-
Severity 3 - Minor
Issue Summary
When creating a dynamicContentMacro like:
{
"url": "/hello-world?pageId={page.id}&pageVersion={page.version}¯oId={macro.id}¯oBody={macro.body}&profileUser.accountId={profileUser.accountId}&user.accountId={user.accountId}&contentId={content.id}",
"key": "html",
"name": {
"value": "Anne Dynamic Macro"
},
"categories": ["media"],
"outputType": "block",
"bodyType": "rich-text",
"featured": true,
"width": "100%",
"editor": {
"url": "/hello-world",
"editTitle": {
"value": "Anne Custom Editor"
},
"insertTitle": {
"value": "Anne Custom Editor"
},
"width": "640px",
"height": "370px",
"chrome": false
}
}
it does not have the macro-name and macro-id attributes when rendered:
compared when other keys are used:
Workaround
Use a different key
- relates to
-
DEVHELP-3372 Loading...