{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-template-rendering-jaxrs",
      "artifactVersion": "2021.54.6",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.template.manager",
          "org.nuxeo.template.manager.api",
          "org.nuxeo.template.manager.jaxrs",
          "org.nuxeo.template.manager.jxls",
          "org.nuxeo.template.manager.xdocreport"
        ],
        "hierarchyPath": "/grp:org.nuxeo.template.rendering/grp:org.nuxeo.template",
        "id": "grp:org.nuxeo.template",
        "name": "org.nuxeo.template",
        "parentIds": [
          "grp:org.nuxeo.template.rendering"
        ],
        "readmes": [
          {
            "blobProviderId": "default",
            "content": "\n# Nuxeo Template Rendering\n\n## About Nuxeo Template Rendering\n The Nuxeo Template Rendering is a set of plugins that provides a way to associate a Nuxeo Document with a Template. The Templates are used to render the associated document. Depending on the Template type, a different Template Processor will be used and the resulting rendering can be :\n\n   * an HTML document\n   * an XML document\n   * an OpenOffice document\n   * an MS Office document\n\n\nEach template processor has his own logic for rendering a Document from a Template :\n\n   * raw processing (FreeMarker or XSLT)\n   * merge fields replacement (MS Office / OpenOffice)\n\nThis project is an on-going project, supported by Nuxeo.\n\n## Sub-modules organization\nThe project is splitted in several sub modules :\n\n**nuxeo-template-rendering-api**\n\nAPI module containing all interfaces.\n\n**nuxeo-template-rendering-core**\n\nComponent, extension points and service implementation. This modules only contains template processors for FreeMarker and XSLT.\n\n**nuxeo-template-rendering-jsf**\n\nContribute UI level extensions: Layouts, Widgets, Views, Url bindings ...\n\n**nuxeo-template-rendering-xdocreport**\n\nContribute the OpenOffice / DocX processor based on XDocReport. This is by far the most powerfull processor.\nSee: http://code.google.com/p/xdocreport/\n\n**nuxeo-template-rendering-jxls**\n\nContribute a template processor for XLS files based on JXLS project. See: http://jxls.sourceforge.net/\n\n**nuxeo-template-rendering-jod**\n\nContribute JOD Report based template processor for ODT files. This renderer is historical and replaced by xdocreport that is more powerful.\n\n**nuxeo-template-rendering-jaxrs**\n\nContribute a JAXRS simple API as well as a new WebTemplate doc type that is based on a Note rather than a file.\n\n**nuxeo-template-rendering-sandbox**\n\nMisc code and extensions that are currently experimental.\n\n**nuxeo-template-rendering-package**\n\nBuilder for marketplace package.\n\n## Building\n\n### How to build Nuxeo Template Rendering\nBuild the Nuxeo Template Rendering add-on with Maven:\n\n```mvn clean install```\n\n## Deploying\nNuxeo Template Rendering is available as a package add-on [from the Nuxeo Marketplace] (https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-template-rendering)\n\n## Resources\n### Documentation\nThe documentation for Nuxeo Template Rendering is available in our Documentation Center: http://doc.nuxeo.com/x/9YSo\n\n### Reporting Issues\nYou can follow the developments in the Nuxeo Platform project of our JIRA bug tracker, which includes a Template Rendering component: https://jira.nuxeo.com/browse/NXP/component/11405\n\nYou can report issues on: http://answers.nuxeo.com/\n\n## About Nuxeo\nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.\n",
            "digest": "e9e176463318c286d8f00955de4c43a2",
            "encoding": "UTF-8",
            "length": 3344,
            "mimeType": "text/plain",
            "name": "ReadMe.md"
          }
        ],
        "version": "2021.54"
      },
      "bundleId": "org.nuxeo.template.manager.jaxrs",
      "components": [
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.schema.TypeService--doctype",
              "hierarchyPath": "/grp:org.nuxeo.template.rendering/grp:org.nuxeo.template/org.nuxeo.template.manager.jaxrs/org.nuxeo.platform.TemplateSources.jaxrs.doctypes/Contributions/org.nuxeo.platform.TemplateSources.jaxrs.doctypes--doctype",
              "id": "org.nuxeo.platform.TemplateSources.jaxrs.doctypes--doctype",
              "registrationOrder": 54,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.schema.TypeService",
                "name": "org.nuxeo.ecm.core.schema.TypeService",
                "type": "service"
              },
              "version": "2021.54.6",
              "xml": "<extension point=\"doctype\" target=\"org.nuxeo.ecm.core.schema.TypeService\">\n\n    <doctype extends=\"Document\" name=\"WebTemplateSource\">\n      <schema name=\"common\"/>\n      <schema name=\"note\"/>\n      <schema name=\"files\"/>\n      <schema name=\"dublincore\"/>\n      <schema name=\"uid\"/>\n      <schema name=\"documenttemplate\"/>\n      <facet name=\"Downloadable\"/>\n      <facet name=\"Versionable\"/>\n      <facet name=\"Commentable\"/>\n      <facet name=\"HasRelatedText\"/>\n      <facet name=\"Template\"/>\n    </doctype>\n\n    <doctype append=\"true\" name=\"Folder\">\n      <subtypes>\n        <type>WebTemplateSource</type>\n      </subtypes>\n    </doctype>\n    <doctype append=\"true\" name=\"Workspace\">\n      <subtypes>\n        <type>WebTemplateSource</type>\n      </subtypes>\n    </doctype>\n    <doctype append=\"true\" name=\"TemplateRoot\">\n      <subtypes>\n        <type>WebTemplateSource</type>\n      </subtypes>\n    </doctype>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.template.rendering/grp:org.nuxeo.template/org.nuxeo.template.manager.jaxrs/org.nuxeo.platform.TemplateSources.jaxrs.doctypes",
          "name": "org.nuxeo.platform.TemplateSources.jaxrs.doctypes",
          "requirements": [
            "org.nuxeo.platform.TemplateSources.doctypes"
          ],
          "resolutionOrder": 888,
          "services": [],
          "startOrder": 704,
          "version": "2021.54.6",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.platform.TemplateSources.jaxrs.doctypes\">\n\n  <require>org.nuxeo.platform.TemplateSources.doctypes</require>\n\n  <extension target=\"org.nuxeo.ecm.core.schema.TypeService\" point=\"doctype\">\n\n    <doctype name=\"WebTemplateSource\" extends=\"Document\">\n      <schema name=\"common\"/>\n      <schema name=\"note\"/>\n      <schema name=\"files\"/>\n      <schema name=\"dublincore\"/>\n      <schema name=\"uid\"/>\n      <schema name=\"documenttemplate\" />\n      <facet name=\"Downloadable\"/>\n      <facet name=\"Versionable\"/>\n      <facet name=\"Commentable\"/>\n      <facet name=\"HasRelatedText\"/>\n      <facet name=\"Template\" />\n    </doctype>\n\n    <doctype name=\"Folder\" append=\"true\">\n      <subtypes>\n        <type>WebTemplateSource</type>\n      </subtypes>\n    </doctype>\n    <doctype name=\"Workspace\" append=\"true\">\n      <subtypes>\n        <type>WebTemplateSource</type>\n      </subtypes>\n    </doctype>\n    <doctype name=\"TemplateRoot\" append=\"true\">\n      <subtypes>\n        <type>WebTemplateSource</type>\n      </subtypes>\n    </doctype>\n\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/core-types-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.types.TypeService--types",
              "hierarchyPath": "/grp:org.nuxeo.template.rendering/grp:org.nuxeo.template/org.nuxeo.template.manager.jaxrs/org.nuxeo.platform.TemplateSources.jaxrs.types.contrib/Contributions/org.nuxeo.platform.TemplateSources.jaxrs.types.contrib--types",
              "id": "org.nuxeo.platform.TemplateSources.jaxrs.types.contrib--types",
              "registrationOrder": 13,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.types.TypeService",
                "name": "org.nuxeo.ecm.platform.types.TypeService",
                "type": "service"
              },
              "version": "2021.54.6",
              "xml": "<extension point=\"types\" target=\"org.nuxeo.ecm.platform.types.TypeService\">\n\n    <type coretype=\"WebTemplateSource\" id=\"WebTemplateSource\">\n      <label>WebTemplateSource</label>\n      <icon>/icons/webtemplate.png</icon>\n      <bigIcon>/icons/webtemplate_100.png</bigIcon>\n      <default-view>view_documents</default-view>\n      <category>SimpleDocument</category>\n      <layouts mode=\"create\">\n        <layout>heading</layout>\n        <layout>templateOptionsWizard</layout>\n        <layout>templateOptions</layout>\n        <layout>note</layout>\n      </layouts>\n      <layouts mode=\"view\">\n        <layout>heading</layout>\n        <layout>note</layout>\n        <layout>templateOptions</layout>\n        <layout>templateParams</layout>\n        <layout>linkedTemplateBasedDocs</layout>\n      </layouts>\n      <layouts mode=\"edit\">\n        <layout>heading</layout>\n        <layout>note</layout>\n      </layouts>\n    </type>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.template.rendering/grp:org.nuxeo.template/org.nuxeo.template.manager.jaxrs/org.nuxeo.platform.TemplateSources.jaxrs.types.contrib",
          "name": "org.nuxeo.platform.TemplateSources.jaxrs.types.contrib",
          "requirements": [],
          "resolutionOrder": 889,
          "services": [],
          "startOrder": 705,
          "version": "2021.54.6",
          "xmlFileContent": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<component name=\"org.nuxeo.platform.TemplateSources.jaxrs.types.contrib\">\n\n  <extension target=\"org.nuxeo.ecm.platform.types.TypeService\"\n    point=\"types\">\n\n    <type id=\"WebTemplateSource\" coretype=\"WebTemplateSource\">\n      <label>WebTemplateSource</label>\n      <icon>/icons/webtemplate.png</icon>\n      <bigIcon>/icons/webtemplate_100.png</bigIcon>\n      <default-view>view_documents</default-view>\n      <category>SimpleDocument</category>\n      <layouts mode=\"create\">\n        <layout>heading</layout>\n        <layout>templateOptionsWizard</layout>\n        <layout>templateOptions</layout>\n        <layout>note</layout>\n      </layouts>\n      <layouts mode=\"view\">\n        <layout>heading</layout>\n        <layout>note</layout>\n        <layout>templateOptions</layout>\n        <layout>templateParams</layout>\n        <layout>linkedTemplateBasedDocs</layout>\n      </layouts>\n      <layouts mode=\"edit\">\n        <layout>heading</layout>\n        <layout>note</layout>\n      </layouts>\n    </type>\n\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/types-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.lifecycle.LifeCycleService--types",
              "hierarchyPath": "/grp:org.nuxeo.template.rendering/grp:org.nuxeo.template/org.nuxeo.template.manager.jaxrs/org.nuxeo.platform.TemplateSources.jxrs.lifecycle.contrib/Contributions/org.nuxeo.platform.TemplateSources.jxrs.lifecycle.contrib--types",
              "id": "org.nuxeo.platform.TemplateSources.jxrs.lifecycle.contrib--types",
              "registrationOrder": 22,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.lifecycle.LifeCycleService",
                "name": "org.nuxeo.ecm.core.lifecycle.LifeCycleService",
                "type": "service"
              },
              "version": "2021.54.6",
              "xml": "<extension point=\"types\" target=\"org.nuxeo.ecm.core.lifecycle.LifeCycleService\">\n    <types>\n      <type name=\"WebTemplateSource\">default</type>\n    </types>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.template.rendering/grp:org.nuxeo.template/org.nuxeo.template.manager.jaxrs/org.nuxeo.platform.TemplateSources.jxrs.lifecycle.contrib",
          "name": "org.nuxeo.platform.TemplateSources.jxrs.lifecycle.contrib",
          "requirements": [
            "org.nuxeo.platform.TemplateSources.lifecycle.contrib"
          ],
          "resolutionOrder": 890,
          "services": [],
          "startOrder": 706,
          "version": "2021.54.6",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.platform.TemplateSources.jxrs.lifecycle.contrib\">\n\n  <require>org.nuxeo.platform.TemplateSources.lifecycle.contrib</require>\n\n  <extension target=\"org.nuxeo.ecm.core.lifecycle.LifeCycleService\"\n    point=\"types\">\n    <types>\n      <type name=\"WebTemplateSource\">default</type>\n    </types>\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/life-cycle-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentation": "Adds helper function to manage REST resources urls\n      <ul>\n    <li>jaxrs.getResourceUrl(resourceName)</li>\n</ul>\n",
              "documentationHtml": "<p>\nAdds helper function to manage REST resources urls\n</p><ul><li>jaxrs.getResourceUrl(resourceName)</li></ul>",
              "extensionPoint": "org.nuxeo.template.service.TemplateProcessorComponent--contextExtension",
              "hierarchyPath": "/grp:org.nuxeo.template.rendering/grp:org.nuxeo.template/org.nuxeo.template.manager.jaxrs/org.nuxeo.template.service.jaxrs.contrib/Contributions/org.nuxeo.template.service.jaxrs.contrib--contextExtension",
              "id": "org.nuxeo.template.service.jaxrs.contrib--contextExtension",
              "registrationOrder": 3,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.template.service.TemplateProcessorComponent",
                "name": "org.nuxeo.template.service.TemplateProcessorComponent",
                "type": "service"
              },
              "version": "2021.54.6",
              "xml": "<extension point=\"contextExtension\" target=\"org.nuxeo.template.service.TemplateProcessorComponent\">\n\n    <documentation>Adds helper function to manage REST resources urls\n      <ul>\n        <li>jaxrs.getResourceUrl(resourceName)</li>\n      </ul>\n    </documentation>\n\n    <contextFactory class=\"org.nuxeo.template.jaxrs.context.ExtensionFactory\" name=\"jaxrs\">\n    </contextFactory>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.template.rendering/grp:org.nuxeo.template/org.nuxeo.template.manager.jaxrs/org.nuxeo.template.service.jaxrs.contrib",
          "name": "org.nuxeo.template.service.jaxrs.contrib",
          "requirements": [
            "org.nuxeo.template.service.defaultContrib"
          ],
          "resolutionOrder": 891,
          "services": [],
          "startOrder": 762,
          "version": "2021.54.6",
          "xmlFileContent": "<component\n  name=\"org.nuxeo.template.service.jaxrs.contrib\">\n\n  <require>org.nuxeo.template.service.defaultContrib</require>\n\n  <extension target=\"org.nuxeo.template.service.TemplateProcessorComponent\" point=\"contextExtension\">\n\n    <documentation>Adds helper function to manage REST resources urls\n      <ul>\n        <li>jaxrs.getResourceUrl(resourceName)</li>\n      </ul>\n    </documentation>\n\n    <contextFactory name=\"jaxrs\" class=\"org.nuxeo.template.jaxrs.context.ExtensionFactory\">\n    </contextFactory>\n\n  </extension>\n\n\n </component>",
          "xmlFileName": "/OSGI-INF/templateprocessor-contrib.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-template-rendering-jaxrs-2021.54.6.jar",
      "groupId": "org.nuxeo.template.rendering",
      "hierarchyPath": "/grp:org.nuxeo.template.rendering/grp:org.nuxeo.template/org.nuxeo.template.manager.jaxrs",
      "id": "org.nuxeo.template.manager.jaxrs",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: root\r\nBuild-Jdk: 11.0.23\r\nBundle-ManifestVersion: 1\r\nBundle-Version: 1.0.0\r\nBundle-Name: Nuxeo ECM Document template Manager JAXRS Binding\r\nBundle-SymbolicName: org.nuxeo.template.manager.jaxrs;singleton:=true\r\nNuxeo-Component: OSGI-INF/core-types-contrib.xml,OSGI-INF/types-contri\r\n b.xml,OSGI-INF/life-cycle-contrib.xml,OSGI-INF/templateprocessor-cont\r\n rib.xml\r\nNuxeo-WebModule: org.nuxeo.template.jaxrs.JAXRSTemplatesApplication;na\r\n me=DocumentTemplates\r\n\r\n",
      "maxResolutionOrder": 891,
      "minResolutionOrder": 888,
      "packages": [
        "nuxeo-template-rendering"
      ],
      "parentReadme": {
        "blobProviderId": "default",
        "content": "\n# Nuxeo Template Rendering\n\n## About Nuxeo Template Rendering\n The Nuxeo Template Rendering is a set of plugins that provides a way to associate a Nuxeo Document with a Template. The Templates are used to render the associated document. Depending on the Template type, a different Template Processor will be used and the resulting rendering can be :\n\n   * an HTML document\n   * an XML document\n   * an OpenOffice document\n   * an MS Office document\n\n\nEach template processor has his own logic for rendering a Document from a Template :\n\n   * raw processing (FreeMarker or XSLT)\n   * merge fields replacement (MS Office / OpenOffice)\n\nThis project is an on-going project, supported by Nuxeo.\n\n## Sub-modules organization\nThe project is splitted in several sub modules :\n\n**nuxeo-template-rendering-api**\n\nAPI module containing all interfaces.\n\n**nuxeo-template-rendering-core**\n\nComponent, extension points and service implementation. This modules only contains template processors for FreeMarker and XSLT.\n\n**nuxeo-template-rendering-jsf**\n\nContribute UI level extensions: Layouts, Widgets, Views, Url bindings ...\n\n**nuxeo-template-rendering-xdocreport**\n\nContribute the OpenOffice / DocX processor based on XDocReport. This is by far the most powerfull processor.\nSee: http://code.google.com/p/xdocreport/\n\n**nuxeo-template-rendering-jxls**\n\nContribute a template processor for XLS files based on JXLS project. See: http://jxls.sourceforge.net/\n\n**nuxeo-template-rendering-jod**\n\nContribute JOD Report based template processor for ODT files. This renderer is historical and replaced by xdocreport that is more powerful.\n\n**nuxeo-template-rendering-jaxrs**\n\nContribute a JAXRS simple API as well as a new WebTemplate doc type that is based on a Note rather than a file.\n\n**nuxeo-template-rendering-sandbox**\n\nMisc code and extensions that are currently experimental.\n\n**nuxeo-template-rendering-package**\n\nBuilder for marketplace package.\n\n## Building\n\n### How to build Nuxeo Template Rendering\nBuild the Nuxeo Template Rendering add-on with Maven:\n\n```mvn clean install```\n\n## Deploying\nNuxeo Template Rendering is available as a package add-on [from the Nuxeo Marketplace] (https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-template-rendering)\n\n## Resources\n### Documentation\nThe documentation for Nuxeo Template Rendering is available in our Documentation Center: http://doc.nuxeo.com/x/9YSo\n\n### Reporting Issues\nYou can follow the developments in the Nuxeo Platform project of our JIRA bug tracker, which includes a Template Rendering component: https://jira.nuxeo.com/browse/NXP/component/11405\n\nYou can report issues on: http://answers.nuxeo.com/\n\n## About Nuxeo\nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.\n",
        "digest": "e9e176463318c286d8f00955de4c43a2",
        "encoding": "UTF-8",
        "length": 3344,
        "mimeType": "text/plain",
        "name": "ReadMe.md"
      },
      "readme": {
        "blobProviderId": "default",
        "content": "# nuxeo-template-rendering-jaxrs\n\n## Overview\n\nThis module mainly contribute :\n\n - a JAXRS API for accessing template and template based document and their resources\n\n - a WebTemplate document type\n\nCompared to a \"regular\" template, the WebTemplate is based on a Note so that you can directly edit the template from within Nuxeo UI.\n\nThe JAXRS API is here to provide REST binding that allow to retrieve resources associated to a template or a template base document.\n\nFor example if you template is HTML based and requires the use of a CSS, you may want to attach the CSS to you template using the standard attachement system. And you may also want to override the CSS by attaching a custom version of you CSS directly on the target document.\n\nThe JAXRS App provide a simple REST url mapping that handle that, basically if you want to reference a CSS names style.css, you can use the url :\n\n    /nuxeo/site/templates/doc/{docUUID}/resource/{templateName}/style.css\n\nThen the style.css resources will be taken from the document or from the template document associated to it.\n\nFrom within the template, you can reference this url via the additional context function :\n\n    ${jaxrs.getResourceUrl(\"style.css\")}\n",
        "digest": "af4a6e35e3003f4e59ca265455186dfa",
        "encoding": "UTF-8",
        "length": 1209,
        "mimeType": "text/plain",
        "name": "ReadMe.md"
      },
      "requirements": [],
      "version": "2021.54.6"
    }
  ],
  "creationDate": 1716281073860,
  "key": "Nuxeo Platform-2021.54",
  "name": "Nuxeo Platform",
  "operations": [],
  "packages": [
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.template.manager.api",
        "org.nuxeo.template.manager",
        "org.nuxeo.template.manager.jaxrs",
        "org.nuxeo.template.manager.jxls",
        "org.nuxeo.template.manager.xdocreport"
      ],
      "conflicts": [],
      "dependencies": [],
      "hierarchyPath": "/nuxeo-template-rendering-2021.54.6",
      "id": "nuxeo-template-rendering-2021.54.6",
      "name": "nuxeo-template-rendering",
      "optionalDependencies": [],
      "packageType": "addon",
      "title": "Template Rendering",
      "version": "2021.54.6"
    }
  ],
  "pluginSnapshots": {},
  "releaseDate": 1716281073860,
  "version": "2021.54"
}