Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-65084

Dynamic Content Macro renders as "unsupported content" in new editor

    XMLWordPrintable

Details

    Description

      App Descriptor Fragment

      "dynamicContentMacros": [
                  {
                      "key": "latex-macro-block",
                      "name": {
                          "value": "LaTeX Math Block"
                      },
                      "url": "/render-latex-math-block-macro?pageId={page.id}&pageVersion={page.version}&macroHash={macro.hash}&outputType={output.type}&anchor={anchor}&renderType={renderType}",
                      "description": {
                          "value": "Inserts LaTeX math equations as a separate text block."
                      },
                      "icon": {
                        "url": "/img/macro-latex-icon.png"
                      },
                      "documentation": {
                        "url": "https://mibexsoftware.atlassian.net/wiki/display/BEAUTIFULMATH/Usage#Usage-latexmathblock"
                      },
                      "parameters": [
                          {
                              "identifier": "anchor",
                              "name": {
                                  "value": "Anchor"
                              },
                              "description": {
                                  "value": "Anchor"
                              },
                              "type": "string",
                              "required": false
                          },
                          {
                              "identifier": "renderType",
                              "name": {
                                  "value": "Output Type"
                              },
                              "description": {
                                  "value": "Output type to render your math expressions."
                              },
                              "type": "enum",
                              "multiple": false,
                              "defaultValue": "HTMLorMathML",
                              "values": [
                                  "HTMLorMathML",
                                  "SVG"
                              ],
                              "required": true
                          }
                      ],
                      "outputType": "block",
                      "bodyType": "plain-text",
                      "categories": [
                          "confluence-content"
                      ],
                       "editor": {
                         "url": "/latex-block-editor",
                         "editTitle": {
                           "value": "Edit LaTeX Block",
                           "i18n": ""
                         },
                         "insertTitle": {
                           "value": "Insert LaTeX Block",
                           "i18n": ""
                         },
                         "width":  "600px",
                         "height": "550px"
                       }
                  },
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              cwhittington Christopher Whittington
              Votes:
              5 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: