A grid editor for Umbraco 8 that allows you to use Doc Types as a blue print for grid-cell data.
Note: Doc Type Grid Editor has been developed against Umbraco v8.6.0 and will support that version and above.
Doc Type Grid Editor can be installed from either Our Umbraco package repository, or build manually from the source-code.
To install from Our Umbraco, please download the package from:
https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor
To install from NuGet, you can run the following command from within Visual Studio:
PM> Install-Package Our.Umbraco.DocTypeGridEditor
We also have a MyGet package repository - for bleeding-edge / development releases.
If you prefer, you can compile Doc Type Grid Editor yourself, you'll need:
- Visual Studio 2017 (or above, including Community Editions)
- Microsoft Build Tools 2015 (aka MSBuild 15)
To clone it locally click the "Clone in Windows" button above or run the following git commands.
git clone https://github.com/skttl/umbraco-doc-type-grid-editor.git umbraco-doc-type-grid-editor
cd umbraco-doc-type-grid-editor
.\build.cmd
For details on how to use the Doc Type Grid Editor package, please refer to our Developers Guide documentation.
Please be aware that not all property-editors will work within Doc Type Grid Editor. The following Umbraco core property-editors are known to have compatibility issues:
- Image Cropper
- Macro Container
- Tags
- Upload
Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.
Have a question?
- Doc Type Grid Editor Forum on Our Umbraco
- Raise an issue on GitHub
- Thanks to Matt Brailsford and Lee Kelleher for building this great package.
- Thanks to Jeavon Leopold for being a rockstar and adding AppVeyor & NuGet support.
- Thanks to Dave Woestenborghs for helping solve showstopper issues.
- Thanks to Arnold Visser and Bjarne Fyrstenborg for help with porting the package to Umbraco 8.
Copyright © 2019 Søren Kottal, Our Umbraco and other contributors
Copyright © 2017 UMCO, Our Umbraco and other contributors
Copyright © 2014 Umbrella Inc
Licensed under the MIT License