The syncBlock node is a placeholder block whose content is synchronized between two or more editor contexts. Initially it will only be supported in Confluence, but it may be introduced to other products in time.
1 2 3 4 5 6doc( syncBlock() .resourceId("ari:cloud:confluence:87654321:page/11223344") .localId("27166f87-b93b-4b41-8fbd-abc9565327af"); );
1 2 3 4 5 6 7 8 9 10 11 12 13 14{ "type": "doc", "version": 1, "content": [ { "type": "syncBlock", "attrs": { "resourceId": "ari:cloud:confluence:87654321:page/11223344", "localId": "27166f87-b93b-4b41-8fbd-abc9565327af" } } ] }
| Confluence | Jira |
|---|---|
| ✅ | ❌ |
❌ N/A
Rate this page: