{
  "name": "ConfiTemplates Smart Templates and Excerpts App for Confluence",
  "description": "ConfiTemplates Smart Templates and Excerpts for Confluence. Confluence app for organizing and re-using your contents in easy and smart way",
  "key": "com.vertuna.confluence.plugins.smart-templates",
  "baseUrl": "https://st.vertuna.com",
  "version": "3.25.0",
  "apiMigrations": {
    "gdpr": true,
    "context-qsh": true,
    "signed-install": true
  },
  "vendor": {
    "name": "Vertuna LLC",
    "url": "https://wiki.vertuna.com"
  },
  "authentication": {
    "type": "jwt"
  },
  "lifecycle": {
    "installed": "/installed",
    "uninstalled": "/uninstalled"
  },
  "enableLicensing": true,
  "apiVersion": 1,
  "modules": {
    "configurePage": {
      "url": "/addon/configuration",
      "key": "configuration",
      "name": {
        "value": "ConfiTemplates Configuration"
      }
    },
    "postInstallPage": {
      "url": "/addon/welcome",
      "name": {
        "value": "ConfiTemplates Smart Templates and Excerpts how to start",
        "i18n": "smarttemplate.howtostart"
      },
      "key": "st-post-install-page"
    },
    "adminPages": [
      {
        "url": "/addon/configuration",
        "key": "administration",
        "name": {
          "value": "ConfiTemplates Configuration"
        }
      }
    ],
    "staticContentMacros": [
      {
        "renderModes": {
          "pdf": {
            "url": "/template/render-pdf/{content.id}/{content.version}/{macro.id}"
          },
          "default": {
            "url": "/template/render-pdf/{content.id}/{content.version}/{macro.id}"
          }
        },
        "url": "/template/render/{content.id}/{content.version}/{macro.id}?stp={ac.stp}",
        "description": {
          "value": "Include live page blocks, excerpts, panels and templates"
        },
        "height": "10px",
        "icon": {
          "width": 80,
          "height": 80,
          "url": "/images/smart-templates-logo.png"
        },
        "documentation": {
          "url": "https://wiki.vertuna.com"
        },
        "categories": [
          "confluence-content"
        ],
        "outputType": "block",
        "bodyType": "rich-text",
        "aliases": [
          "vertuna-smart-template-key"
        ],
        "featured": true,
        "parameters": [
          {
            "identifier": "name",
            "name": {
              "value": "Name"
            },
            "description": {
              "value": "Give your template a name"
            },
            "type": "string",
            "required": true,
            "multiple": false,
            "defaultValue": "",
            "hidden": true
          }
        ],
        "editor": {
          "url": "/template/editor",
          "editTitle": {
            "value": "ConfiTemplates Smart Templates macro configuration"
          },
          "insertTitle": {
            "value": "ConfiTemplates Smart Templates macro configuration"
          },
          "width": "1200px",
          "height": "450px",
          "chrome": false
        },
        "name": {
          "value": "ConfiTemplates Smart Template"
        },
        "key": "vertuna-smart-template"
      },
      {
        "renderModes": {
          "pdf": {
            "url": "/excerpt/render-pdf/{content.id}/{content.version}/{macro.id}"
          },
          "default": {
            "url": "/excerpt/render-pdf/{content.id}/{content.version}/{macro.id}"
          }
        },
        "url": "/excerpt/render/{content.id}/{content.version}/{macro.id}?stp={ac.stp}",
        "description": {
          "value": "Define live page blocks and excerpts"
        },
        "height": "10px",
        "icon": {
          "width": 80,
          "height": 80,
          "url": "/images/smart-templates-logo.png"
        },
        "documentation": {
          "url": "https://wiki.vertuna.com"
        },
        "categories": [
          "confluence-content"
        ],
        "outputType": "block",
        "bodyType": "rich-text",
        "aliases": [
          "vertuna-smart-excerpt-key"
        ],
        "featured": false,
        "parameters": [
          {
            "identifier": "name",
            "name": {
              "value": "Excerpt name"
            },
            "description": {
              "value": "This is an identifier for your excerpt"
            },
            "type": "string",
            "required": true,
            "multiple": false,
            "defaultValue": "",
            "hidden": false
          },
          {
            "identifier": "divId",
            "name": {
              "value": "Div ID"
            },
            "description": {
              "value": "Helps your to render your excerpts with a predefined ID in HTML"
            },
            "type": "string",
            "required": false,
            "multiple": false,
            "defaultValue": "",
            "hidden": false
          },
          {
            "identifier": "hidden",
            "name": {
              "value": "Hidden"
            },
            "description": {
              "value": "You can hide the contents of this excerpt from the rendered page"
            },
            "type": "boolean",
            "required": false,
            "multiple": false,
            "defaultValue": "false",
            "hidden": false
          }
        ],
        "name": {
          "value": "ConfiTemplates Smart Excerpt"
        },
        "key": "vertuna-smart-excerpt"
      }
    ]
  },
  "scopes": [
    "READ",
    "ACT_AS_USER"
  ]
}
