{
	"plugins": [
		{
			"name": "Pagination",
			"className": "Pagination",
			"description": "Allows you to see where the page breaks would be after the document is exported to a PDF or Word file. It also respects page breaks inserted by the user with the page break feature.",
			"docs": "features/pagination/pagination.html",
			"path": "src/pagination.ts",
			"uiComponents": [
				{
					"type": "Button",
					"name": "previousPage",
					"iconName": "IconArrowUp"
				},
				{
					"type": "Button",
					"name": "nextPage",
					"iconName": "IconArrowDown"
				},
				{
					"type": "Button",
					"name": "pageNavigation",
					"iconName": "IconPaginationExample"
				}
			],
			"htmlOutput": [
				{
					"elements": "*",
					"styles": "page-break-before",
					"attributes": "data-pagination-page",
					"_comment": "When using `editor.getData( { pagination: true } )`. Otherwise, no additional elements are generated."
				}
			]
		}
	]
}
