2017-09-12 10:15:06 -04:00
2017-09-12 10:15:06 -04:00
2017-09-07 14:15:28 -04:00
2017-09-06 21:22:00 -04:00
2017-09-06 12:20:52 -04:00
2017-02-16 12:53:33 -05:00
2017-09-08 09:07:30 -04:00
2017-09-08 09:15:11 -04:00
2017-09-06 17:25:05 -04:00

Archetype

alt tag

alt tag

Installation

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

Terms of Service

Please read the the TOS here: https://github.com/kgiszewski/Archetype/blob/master/Terms%20of%20Service.md

Official Docs

https://github.com/kgiszewski/ArchetypeManual

Get up and running in 15 minutes! https://www.youtube.com/watch?v=79LksNwGjLk

News and Updates

Follow us on Twitter https://twitter.com/ArchetypeKit

Core Team

Sponsor us\Donate!

Donate

This project is funded by the core team members' time only. We don't charge for Archetype but it does take quite a bit of effort to keep it up-to-date with Umbraco core changes. If you're making a few bucks off of Archetype, we wouldn't refuse a donation :)

Learn more about sponsorship!

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%