This issue has been created
There is 1 update.
 
 
Confluence / cid:jira-generated-image-avatar-8d7951d3-5299-49db-bb1b-35bbda4693e0 CONFLUENCE-316 Open

Support attachments (ri:attachment) specifying a page through an ri:page tag in macro parameters

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-d774a559-cd29-4da9-8c0e-861b17664ca9 Raphaël Jakse created this issue on 05/Nov/24 12:05
 
Summary: Support attachments (ri:attachment) specifying a page through an ri:page tag in macro parameters
Issue Type: cid:jira-generated-image-avatar-8d7951d3-5299-49db-bb1b-35bbda4693e0 New Feature
Affects Versions: 9.62.0
Assignee: Unassigned
Components: XML
Created: 05/Nov/24 12:05
Priority: cid:jira-generated-image-static-major-3eb97f52-0d98-45e9-9fae-c7aed10530d1 Major
Reporter: Raphaël Jakse
Description:

We encountered the following, that needs to be supported. Currently, only the filename is kept:

  <ac:structured-macro ac:name="view-file" ac:schema-version="1" ac:macro-id="9bb20b83-bb71-4904-a874-ad9ce868996e">
    <ac:parameter ac:name="name">
      <ri:attachment ri:filename="image.pdf">
        <ri:page ri:space-key="MySpace" ri:content-title="My Page" />
      </ri:attachment>
  </ac:parameter>
  <ac:parameter ac:name="height">250</ac:parameter>
</ac:structured-macro> 
 
 

1 update

 
cid:jira-generated-image-avatar-d774a559-cd29-4da9-8c0e-861b17664ca9 Changes by Raphaël Jakse on 05/Nov/24 12:05
 
Assignee: Raphaël Jakse