ToolMatter
Your Apps in Action
Risersoft
Buy
Try
Explore
Documentation
Public
Use this form to visualize Umbraco package configuration file.
{{repoTitle.MainEntity}}
javascript A list of Javascript files with full path to load for your property editor
#
Values
Actions
{{$index+1}}.
css A list of CSS files with full path to load for your property editor
#
Values
Actions
{{$index+1}}.
propertyEditors 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.
#
Actions
{{$index+1}}.
parameterEditors 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.
#
alias
editor.view
editor.hideLabel
editor.valueType
editor.isReadOnly
isParameterEditor
name
icon
group
Actions
{{$index+1}}.
{{row.alias}}
{{row.editor.view}}
{{row.editor.hideLabelSelected.DisplayText}}
{{row.editor.valueType}}
{{row.editor.isReadOnlySelected.DisplayText}}
{{row.isParameterEditorSelected.DisplayText}}
{{row.name}}
{{row.icon}}
{{row.group}}
gridEditors Returns an array of grid editor objects, each object specifies a grid editor to make available in the Grid Layout property editor.
#
name
alias
icon
view
render
config.style
config.markup
config.size.height
config.size.width
Actions
{{$index+1}}.
{{row.name}}
{{row.alias}}
{{row.icon}}
{{row.view}}
{{row.render}}
{{row.config.style}}
{{row.config.markup}}
{{row.config.size.height}}
{{row.config.size.width}}
dashboards V8: Returns an array of dashboards, each object specified a dashboard to make available in the backoffice.
#
alias
view
weight
Actions
{{$index+1}}.
{{row.alias}}
{{row.view}}
{{row.weight}}
sections V8: Returns an array of sections/applications to add to the Umbraco backoffice.
#
Values
Actions
{{$index+1}}.
contentApps V8: Returns an array of Content Apps to add to the Umbraco backoffice.
#
name
alias
icon
view
weight
Actions
{{$index+1}}.
{{row.name}}
{{row.alias}}
{{row.icon}}
{{row.view}}
{{row.weight}}
{{repoTitle.MainEntity}}
×
alias - This must be a unique alias to your property editor
editor.view - This is the full path to the HTML view for your property editor
editor.hideLabel - If set to true this hides the label for the property editor when used in Umbraco on a document type
editor.valueType - This is the type of data you want your property editor to save to Umbraco
editor.isReadOnly - If set to true this makes the property editor read only
isParameterEditor - Enables the property editor as a macro parameter editor can be true/false
name - The friendly name of the property editor, shown in the Umbraco backoffice
icon - A CSS class for the icon to be used in the 'Select Editor' dialog eg: icon-autofill
group - 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'
{{repoTitle.MainEntity}}
×
name - The friendly name of the grid editor, shown in the Umbraco backoffice
alias - This must be a unique alias to your grid editor
icon - A CSS class for the icon to be used in the 'Select Editor' dialog eg: icon-autofill
view - 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'
render - This is front end razor view for your grid editor. Accepts full path to a custom view eg.: '~/App_Plugins/FolderName/editor.cshtml
config.style - 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
config.markup - If used with the textstring view this allows wrapping the value in custom markup eg.: <h2>#value#</h2>
config.size.height - Height of image in pixels
config.size.width - Width of image in pixels
{{repoTitle.MainEntity}}
alias - The alias of the dashboard which can be queried via Dashboard Service API
view - This is the full path to the HTML view for your dashboard
weight - The weight (sort order) of the dashboard. Defaults to 100 if not specified.
sections A list of section/application aliases that the dashboard should be visible in
#
Values
Actions
{{$index+1}}.
access 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
#
deny
grant
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
{{repoTitle.MainEntity}}
name - The friendly name of the content app that appears under the icon
alias - A unique alias of the content app
icon - A CSS class for the icon to be used for the content app eg: icon-calculator
view - This is the full path to the HTML view for your content app
weight - 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
show A list of rules to show or hide the content app based on content, media & member types
#
Values
Actions
{{$index+1}}.
Download Json
{{message}}