Your Apps in Action

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}}

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}}

show A list of rules to show or hide the content app based on content, media & member types

# Values Actions
{{$index+1}}.

{{message}}