Nicholas-Westby d0fe30f08b WIP: Better handling of validation errors when dragging fieldsets between Archetypes.
Added "jsonSnapshot" (utility function for troubleshooting).
Added "tolerance" (my hope is that will help drag operations act nicer with expanded fieldsets).
2016-05-01 17:33:32 -07:00
2015-10-08 08:07:35 -04:00
2016-04-04 13:08:58 -04:00
2015-10-07 17:11:26 -04:00
2016-03-20 12:08:23 +01:00
2014-01-10 16:22:14 -08:00
2016-04-06 09:31:13 -04:00

Archetype

alt tag

alt tag

Installation

Install the selected release through the Umbraco package installer or via NuGet.

Official Docs

https://github.com/kgiszewski/ArchetypeManual

##News and Updates## Follow us on Twitter https://twitter.com/ArchetypeKit

##Core Team##

Contribute

Want to contribute to Archetype? You'll want to use Grunt (our task runner) to help you integrate with a local copy of Umbraco.

Install Dependencies

Requires Node.js to be installed and in your system path

npm install -g grunt-cli && npm install -g grunt
npm install

Build

grunt

Builds the project to /dist/. These files can be dropped into an Umbraco 7 site, or you can build directly to a site using:

grunt --target="D:\inetpub\mysite"

You can also watch for changes using:

grunt watch
grunt watch --target="D:\inetpub\mysite"

Add --touch to either command to automatically touch the web.config on a deploy

S
Description
Archetype is an Umbraco 7 property editor that wraps other installed property editors.
Readme MIT 2.9 MiB
Languages
JavaScript 51.9%
C# 31.7%
HTML 11.5%
Less 4.9%