deMD / umbraco-inner-content

A helper library for Umbraco Doc Type based property editors providing overlays and conversion helpers

Home Page:https://our.umbraco.org/projects/backoffice-extensions/inner-content/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inner Content

Build status NuGet release

A helper library for Umbraco Content Type based property editors providing overlays and conversion helpers.

Getting Started

Installation

Note: Inner Content has been developed against Umbraco v7.4.0 and will support that version and above.

Inner Content can be installed from the NuGet package repositories or build manually from the source-code:

NuGet package repository

To install from NuGet, you can run the following command from within Visual Studio:

PM> Install-Package Our.Umbraco.InnerContent

We also have a MyGet package repository - for bleeding-edge / development releases.

Manual build

If you prefer, you can compile Inner Content yourself, you'll need:

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

git clone https://github.com/umco/umbraco-inner-content.git umbraco-inner-content
cd umbraco-inner-content
.\build.cmd

Known Issues

  • Please note that the following property aliases are reserved and can not be used in your Content Types: "name", "key", "children" and "icon".

Implementations

Umbraco packages that use Inner Content as a dependency library.


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

License

Copyright © 2016 UMCO, Our Umbraco and other contributors

Licensed under the MIT License

About

A helper library for Umbraco Doc Type based property editors providing overlays and conversion helpers

https://our.umbraco.org/projects/backoffice-extensions/inner-content/

License:MIT License


Languages

Language:C# 57.2%Language:JavaScript 32.2%Language:HTML 7.5%Language:Batchfile 1.3%Language:CSS 1.0%Language:PowerShell 0.8%