package.manifest
8.0.0Schema URL
Properties
A list of Javascript files with full path to load for your property editor
A list of CSS files with full path to load for your property editor
Returns an array of editor objects, each object specifies an editor to make available to data types as an editor component. These editors are primarily property editors for content, media and members, but can also be made available as a macro parameter editor.
Returns an array of editor objects, each object specifies an editor to make available to macro parameters as an editor component. These editors work solely as parameter editors, and will not show up on the property editors list.
Returns an array of grid editor objects, each object specifies a grid editor to make available in the Grid Layout property editor.
V8: Returns an array of dashboards, each object specified a dashboard to make available in the backoffice.
V8: Returns an array of sections/applications to add to the Umbraco backoffice.
V8: Returns an array of Content Apps to add to the Umbraco backoffice.
Definitions
This describes details about the editor
This is the full path to the HTML view for your property editor
If set to true this hides the label for the property editor when used in Umbraco on a document type
This is the type of data you want your property editor to save to Umbraco
Object describing required validators on the editor
If set to true this makes the property editor read only
This must be a unique alias to your property editor
This describes details about the editor
5 nested properties
This is the full path to the HTML view for your property editor
If set to true this hides the label for the property editor when used in Umbraco on a document type
This is the type of data you want your property editor to save to Umbraco
Object describing required validators on the editor
If set to true this makes the property editor read only
The friendly name of the property editor, shown in the Umbraco backoffice
Provides a collection of default configuration values, in cases the property editor is not configured or is used a parameter editor, which doesn't allow configuration. The object is a key/value collection and must match the prevalue fields keys.
Enables the property editor as a macro parameter editor can be true/false
A CSS class for the icon to be used in the 'Select Editor' dialog eg: icon-autofill
The group to place this editor in within the 'Select Editor' dialog. Use a new group name or alternatively use an existing one such as 'Pickers'
The friendly name of the grid editor, shown in the Umbraco backoffice
This must be a unique alias to your grid editor
This is backoffice HTML view for your grid editor. Either refers to one of the built-in view (textstring, rte, embed, macro, media) or the full path to a custom view eg.: '~/App_Plugins/FolderName/editor.html'
A CSS class for the icon to be used in the 'Select Editor' dialog eg: icon-autofill
This is front end razor view for your grid editor. Accepts full path to a custom view eg.: '~/App_Plugins/FolderName/editor.cshtml
Configuration for the grid editor. Can be used with textstring and media views or for custom configuration properties
3 nested properties
If used with the textstring view this accepts inline css to style the textstring box eg.: font-size: 30px; line-height: 40px; font-weight: bold
If used with the textstring view this allows wrapping the value in custom markup eg.:
#value#
If used with the media view this accepts height and width key/value pairs for cropping
2 nested properties
Height of image in pixels
Width of image in pixels
This is an object that stores an array of prevalue fields or options to configure your property editor
1 nested properties
This is the collection of prevalue fields
An Umbraco dashboard to display contextual information when in a section/application
The alias of the dashboard which can be queried via Dashboard Service API
This is the full path to the HTML view for your dashboard
A list of section/application aliases that the dashboard should be visible in
The weight (sort order) of the dashboard. Defaults to 100 if not specified.
A list of what user groups aliases are granted or denied permission to see the dashboard. This is optional. If not specified all users will have grant access
An Umbraco section/application to extend the backoffice
The friendly name of the section/application, shown in the Umbraco backoffice
The alias of the section/application which can be queried via Section Service API
An Umbraco section/application to extend the backoffice
The friendly name of the content app that appears under the icon
A unique alias of the content app
A CSS class for the icon to be used for the content app eg: icon-calculator
This is the full path to the HTML view for your content app
The weight (sort order) of the content app. Default is 0, use values between -99 and +99 to appear between the existing Content (-100) and Info (100) apps
A list of rules to show or hide the content app based on content, media & member types