Skip to content

skttl/ParameterEditorGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parameter Editor Generator

Macros in Umbraco can have parameters, but those parameters can't be made of configured datatypes like the rich text editor, multinode tree picker etc. For those to work, you need to create your own custom editors, including af "default config", which the macro editor uses. This package makes it easy to generate custom parameter editors based on a specific datatype in your Umbraco installation.

To use the package, just right click a data type in Umbraco (or choose the Action menu) and select Generate Parameter Editor. A package.manifest is then generated for you, and you get the option to save it right away to your Umbraco installation. Once that is done, you now have a shiny new parameter editor to use in your macros.

Installation

  1. NuGet Package
    Install this NuGet package in your Visual Studio project. Makes updating easy.

  2. ZIP file
    Grab a ZIP file of the latest release; unzip and move the contents to the root directory of your web application.

Features

  • Generates a package.manifest containing a propertyeditor, enabled as a parameter editor with a default config based on a data type.

  • Saves the package.manifest for you in the right location

Screenshots

Screenshot1 Screenshot2 Screenshot3 Screenshot4

About

Generate parameter editors from data types in Umbraco

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published