TimGeyssens / umbraco-doc-type-grid-editor

Doc Type Grid Editor for Umbraco 7.2+

Home Page:https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doc Type Grid Editor

Build status NuGet release Our Umbraco project page Chat on Gitter

A grid editor for Umbraco 7 that allows you to use Doc Types as a blue print for cell data.

Getting Started

Installation

Note: Doc Type Grid Editor has been developed against Umbraco v7.3.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.

Our Umbraco package repository

To install from Our Umbraco, please download the package from:

https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor

NuGet package repository

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.

Manual build

If you prefer, you can compile Doc Type Grid Editor yourself, you'll need:

  • Visual Studio 2012 (or above)

To clone it locally click the "Clone in Windows" button above or run the following git commands.

git clone https://github.com/umco/umbraco-doc-type-grid-editor.git umbraco-doc-type-grid-editor
cd umbraco-doc-type-grid-editor
.\build.cmd

Developers Guide

For details on how to use the Doc Type Grid Editor package, please refer to our Developers Guide documentation.

A PDF download is also available: Doc Type Grid Editor - Developers Guide v1.0.pdf


Known Issues

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

Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.

Contact

Have a question?

Dev Team

Special thanks

  • Thanks to Jeavon Leopold for being a rockstar and adding AppVeyor & NuGet support.

License

Copyright © 2014 Umbrella Inc, Our Umbraco and other contributors

Licensed under the MIT License

About

Doc Type Grid Editor for Umbraco 7.2+

https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor

License:MIT License


Languages

Language:C# 72.5%Language:JavaScript 20.5%Language:HTML 3.4%Language:Batchfile 1.5%Language:CSS 1.1%Language:PowerShell 1.1%