From e33eb863e6e97f07b1a079cc6f8073502d3d9ad1 Mon Sep 17 00:00:00 2001 From: kjac Date: Tue, 29 Mar 2016 16:01:14 +0200 Subject: [PATCH 1/2] #326 - support tags (and other built-in datatypes) --- app/directives/archetypeproperty.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/directives/archetypeproperty.js b/app/directives/archetypeproperty.js index 62045e1..7a9cd84 100644 --- a/app/directives/archetypeproperty.js +++ b/app/directives/archetypeproperty.js @@ -93,9 +93,11 @@ angular.module("umbraco.directives").directive('archetypeProperty', function ($c } } - //upload, colorpicker datatype hack - if(view.indexOf('fileupload.html') != -1 || view.indexOf('colorpicker.html') != -1) { + //hacks for various built-in datatyps including upload, colorpicker and tags + if (!scope.propertyForm) { scope.propertyForm = scope.form; + } + if (!scope.model.validation) { scope.model.validation = {}; scope.model.validation.mandatory = 0; } From a081d9754609f2bfe1f2b670e0238c58c642502d Mon Sep 17 00:00:00 2001 From: Kevin Giszewski Date: Wed, 6 Apr 2016 09:31:13 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e263c35..e03b235 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Install the selected rele ## Official Docs ## https://github.com/kgiszewski/ArchetypeManual + +##News and Updates## Follow us on Twitter https://twitter.com/ArchetypeKit ##Core Team##