{
    "name"       : "gallery-editor-ui",
    "displayName": "Gallery: gallery-editor-ui",
    "description": "Adds a toolbar for the Rich Text Editor with basic formatting options.",
    "author"     : [ "ymschaap" ],
    "use"        : [ "gallery-editor-ui" ],

    "tags": [ "gallery" , "editor"],

    "examples": [
		{
			"name": "example",
			"displayName" : "Editor UI Example",
			"description" : "An example of how to implement Editor UI",
			"modules": ["gallery-editor-ui"]
		},
		{
			"name": "example-log",
			"displayName" : "Editor UI Example - with logger",
			"description" : "An example of how to implement Editor UI - with logger",
			"modules": ["gallery-editor-ui"]
		},
		{
			"name": "example-multiple",
			"displayName" : "Editor UI Mutiple",
			"description" : "An example of mutiple Editor UI's.",
			"modules": ["gallery-editor-ui"]
		},
		{
			"name": "example-local",
			"displayName" : "Editor UI - local build",
			"description" : "An example Editor UI pulled from local build.",
			"modules": ["gallery-editor-ui"]
		}
	]
}
