|
| 1 | +# Doc Type Grid Editor |
| 2 | + |
| 3 | +[](https://ci.appveyor.com/project/leekelleher/umbraco-doc-type-grid-editor) |
| 4 | +[](https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor) |
| 5 | +[](https://gitter.im/leekelleher/umbraco-nested-content) |
| 6 | + |
| 7 | + |
| 8 | +A grid editor for Umbraco 7 that allows you to use Doc Types as a blue print for cell data. |
| 9 | + |
| 10 | + |
| 11 | +## Getting Started |
| 12 | + |
| 13 | +### Installation |
| 14 | + |
| 15 | +> *Note:* Nested Content has been developed against **Umbraco v7.1.4** and will support that version and above. |
| 16 | +
|
| 17 | +Nested Content can be installed from either Our Umbraco or NuGet package repositories, or build manually from the source-code: |
| 18 | + |
| 19 | +#### Our Umbraco package repository |
| 20 | + |
| 21 | +To install from Our Umbraco, please download the package from: |
| 22 | + |
| 23 | +> [https://our.umbraco.org/projects/backoffice-extensions/nested-content](https://our.umbraco.org/projects/backoffice-extensions/nested-content) |
| 24 | +
|
| 25 | +#### NuGet package repository |
| 26 | + |
| 27 | +To [install from NuGet](https://www.nuget.org/packages/Our.Umbraco.NestedContent), you can run the following command from within Visual Studio: |
| 28 | + |
| 29 | + PM> Install-Package Our.Umbraco.NestedContent |
| 30 | + |
| 31 | +We also have a [MyGet package repository](https://www.myget.org/gallery/umbraco-nested-content) - for bleeding-edge / development releases. |
| 32 | + |
| 33 | +#### Manual build |
| 34 | + |
| 35 | +If you prefer, you can compile Nested Content yourself, you'll need: |
| 36 | + |
| 37 | +* Visual Studio 2012 (or above) |
| 38 | + |
| 39 | +To clone it locally click the "Clone in Windows" button above or run the following git commands. |
| 40 | + |
| 41 | + git clone https://github.com/leekelleher/umbraco-nested-content.git umbraco-nested-content |
| 42 | + cd umbraco-nested-content |
| 43 | + .\build.cmd |
| 44 | + |
| 45 | +--- |
| 46 | + |
| 47 | +## Developers Guide |
| 48 | + |
| 49 | +For details on how to use the Nested Content package, please refer to our [Developers Guide](docs/developers-guide.md) documentation. |
| 50 | + |
| 51 | +A PDF download is also available: [Nested Content - Developers Guide v1.0.pdf](docs/assets/pdf/Nested-Content--Developers-Guide-v1.0.pdf) |
| 52 | + |
| 53 | +--- |
| 54 | + |
| 55 | +## Known Issues |
| 56 | + |
| 57 | +Please be aware that not all property-editors will work within Nested Content. The following property-editors are known to have compatibility issues: |
| 58 | + |
| 59 | +* Upload (default Umbraco core) |
| 60 | +* Image Cropper (default Umbraco core) |
| 61 | +* Macro Container (default Umbraco core) |
| 62 | + |
| 63 | +--- |
| 64 | + |
| 65 | +## Contributing to this project |
| 66 | + |
| 67 | +Anyone and everyone is welcome to contribute. Please take a moment to review the [guidelines for contributing](CONTRIBUTING.md). |
| 68 | + |
| 69 | +* [Bug reports](CONTRIBUTING.md#bugs) |
| 70 | +* [Feature requests](CONTRIBUTING.md#features) |
| 71 | +* [Pull requests](CONTRIBUTING.md#pull-requests) |
| 72 | + |
| 73 | + |
| 74 | +## Contact |
| 75 | + |
| 76 | +Have a question? |
| 77 | + |
| 78 | +* [Nested Content Forum](https://our.umbraco.org/projects/backoffice-extensions/nested-content/nested-content-feedback) on Our Umbraco |
| 79 | +* [Raise an issue](https://github.com/leekelleher/umbraco-nested-content/issues) on GitHub |
| 80 | + |
| 81 | + |
| 82 | +## Dev Team |
| 83 | + |
| 84 | +* [Matt Brailsford](https://github.com/mattbrailsford) |
| 85 | +* [Lee Kelleher](https://github.com/leekelleher) |
| 86 | + |
| 87 | +### Special thanks |
| 88 | + |
| 89 | +* Thanks to [Jeavon Leopold](https://github.com/Jeavon) for being a rockstar and adding AppVeyor support. |
| 90 | + |
| 91 | + |
| 92 | +## License |
| 93 | + |
| 94 | +Copyright © 2015 Umbrella Inc, Our Umbraco and [other contributors](https://github.com/leekelleher/umbraco-nested-content/graphs/contributors) |
| 95 | + |
| 96 | +Licensed under the [MIT License](LICENSE.md) |
0 commit comments