Hello together,
Use Case:
i want to write/use a macro to make it easier for a technical writer to set Formats to the text.
In the field 1, the author should fill Information/text.
It should looks like:
DONE:
here the Code i copied into a user macro (create it confluece - edit Modus - source Editor ...):
<ac:structured-macro ac:macro-id="c74a288a-98cb-45f3-8053-1effaa08add3" ac:name="section" ac:schema-version="1">
<ac:rich-text-body>
<ac:structured-macro ac:macro-id="395d6505-98c6-4a72-931d-4686b2a6486c" ac:name="column" ac:schema-version="1">
<ac:parameter ac:name="width">15%</ac:parameter>
<ac:rich-text-body>
<p>
<ac:image ac:height="150" ac:thumbnail="true">
<ri:attachment ri:filename="W001_allgemeines-Warnzeichen.png"/>
</ac:image>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<ac:structured-macro ac:macro-id="1e7eb1d3-bb87-4759-9b24-f2a047fa3e8d" ac:name="column" ac:schema-version="1">
<ac:parameter ac:name="width">50%</ac:parameter>
<ac:rich-text-body>
<p>
<strong>VORSICHT</strong>
</p>
<hr/>
<br/>
<p>
<br/>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<p>
<br/>
</p>
<p>
<br/>
</p>
</ac:rich-text-body>
</ac:structured-macro>
Problem:
Using this macro, it is not possible to Write Information interactive or in the Editor Modus to the field 1.
Has someone a idea???
i am not a programmer and try to find out more & more.
thx Henry