Tab macro #87
Unanswered
dada-harangus
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hm, looks like 5 tab panes that contained macros. This is to be expected. Each replaced tab pane is wrapped into a start and end marker, with the content in-between. Here the content is the page properties macro - which has no representation in SharePoint and is thus also replaced by placeholder. Overall this looks expected. @dada-harangus What would your expectation be how this should be represented in SharePoint? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the documentation it says that the macro tabs are each one transformed to “normal” page content and all tabs are added one after another to the page. But upon testing I only get this:
🚧👇 Replaced 'tabs-group' macro, its content follows below (disposition=='horizontal')
🚧👇 Replaced 'tab-pane' macro, its content follows below (anchor=='594760089' | name=='Overview')
🚧 Replaced Page Properties Report Macro (cql=='label = "competences" and space = currentSpace()' | headings=='Competence, C++SE, C++SSE, C++TS, C++TL, Capable Level, Strong Level, Expert Level')
🚧☝️ End of content of replaced 'tab-pane' macro
🚧👇 Replaced 'tab-pane' macro, its content follows below (anchor=='1942909752' | name=='Software Engineer')
🚧 Replaced Page Properties Report Macro (cql=='label = "competences" and space = currentSpace()' | headings=='Competence, C++SE, Capable Level, Strong Level, Expert Level')
🚧☝️ End of content of replaced 'tab-pane' macro
🚧👇 Replaced 'tab-pane' macro, its content follows below (anchor=='364836600' | name=='Senior Software Engineer')
🚧 Replaced Page Properties Report Macro (cql=='label = "competences" and space = currentSpace()' | headings=='Competence, C++SSE, Capable Level, Strong Level, Expert Level')
🚧☝️ End of content of replaced 'tab-pane' macro
🚧👇 Replaced 'tab-pane' macro, its content follows below (anchor=='2051781100' | name=='Technical Specialist')
🚧 Replaced Page Properties Report Macro (cql=='label = "competences" and space = currentSpace()' | headings=='Competence, C++TS, Capable Level, Strong Level, Expert Level')
🚧☝️ End of content of replaced 'tab-pane' macro
🚧👇 Replaced 'tab-pane' macro, its content follows below (name=='Technical Lead' | anchor=='1714856575')
🚧 Replaced Page Properties Report Macro (cql=='label = "competences" and space = currentSpace()' | headings=='Competence, C++TL, Capable Level, Strong Level, Expert Level')
🚧☝️ End of content of replaced 'tab-pane' macro
Is something that I am doing wrong, or this is the expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions