{
	"key": "version-info-macro-lunorsys",
	"name": "Version Info Macro",
	"categories": [
		"communication",
		"reporting",
		"confluence-content"
	],
	"description": "A Plugin which displays the version number, the author, and the date of the last version of the current page.",
	"vendor": {
		"name": "micro-ps",
		"url": "https://www.micro-ps.de/"
	},
	"baseUrl": "https://cc-version-info.lunorsys.de",
	"apiVersion": 2,
	"links": {
		"self": "https://cc-version-info.lunorsys.de/atlassian-connect.json",
		"homepage": "https://marketplace.atlassian.com/apps/1224528/version-info",
		"documentation": "https://cc-version-info.lunorsys.de/index.html"
	},
	"authentication": {
		"type": "jwt"
	},
	"lifecycle": {
		"installed": "/installed",
		"uninstalled": "/uninstalled"
	},
	"apiMigrations": {
		"gdpr": true,
		"signed-install": true
	},
	"enableLicensing": true,
	"translations": {
		"paths": {
			"de-DE": "/i18n/1.0/de_DE.json",
			"fr-FR": "/i18n/1.0/fr_FR.json"
		}
	},
	"scopes": [
		"READ",
		"ACT_AS_USER"
	],
	"modules": {
		"staticContentMacros": [
			{
				"key": "LunorsysVersionInfo",
				"cacheable": true,
				"name": {
					"value": "Version Info"
				},
				"url": "/version-info?pageId={page.id}&pageVersion={page.version}&macroId={macro.id}&fieldsToShow={fieldToShow}&output-type={output.type}",
				"description": {
					"value": "Inserts information about the current version of the page content.",
					"i18n": "version-info.desc"
				},
				"outputType": "inline",
				"bodyType": "none",
				"parameters": [
					{
						"identifier": "fieldToShow",
						"name": {
							"value": "Fields to show",
							"i18n": "version-info.param.fieldsToShow.name"
						},
						"description": {
							"value": "Select the field(s) of the version information to show. Enter here a comma separated list of the following field names in desired order: Number, ChangedBy, ChangedOn, ChangedOnFriendly",
							"i18n": "version-info.param.fieldsToShow.desc"
						},
						"type": "enum",
						"required": false,
						"multiple": true,
						"values": [
							"Number",
							"ChangedBy",
							"ChangedOn",
							"ChangedOnFriendly",
							"ChangedOn12hours",
							"ChangedOn24hours",
							"CWApprovedVersionDateTime24",
							"CWApprovedVersionDateTime12",
							"CWApprovedVersionNumber"
						],
						"hidden": false
					}
				]
			}
		],
		"adminPages": [
			{
				"url": "/version-info-config",
				"name": {
					"value": "Version Info Settings"
				},
				"key": "version-info-setting"
			}
		]
	}
}