Hello,
Is it possible to have the adf format specification for macro in addition to that we have here.
We miss the specification for all macro from https://confluence.atlassian.com/doc/macros-139387.html
I tried to get code from an existing page but code is far to be explicit. For example, here that I have for anchor
{
"type": "inlineExtension",
"attrs": {
"extensionType": "com.atlassian.confluence.macro.core",
"extensionKey": "anchor",
"parameters": {
"macroParams": {
"": {
"value": "top"
},
"_parentId": {
"value": "2568192001"
}
},
"macroMetadata": {
"macroId": {
"value": "6d0fcde5-0337-4c9a-90cf-79e43c014512"
},
"schemaVersion": {
"value": "1"
},
"title": "Anchor"
}
},
"localId": "a26cf45d-c3bb-42fb-a4fb-ddf2350826c5"
}
Also maybe some fields are not required.
BR
Pierrick