VIVO-921: widget-ized the data property form. Dates, ints, integers, floats, uris and booleans no longer use tinyMCE.

This commit is contained in:
Tim Worrall 2015-04-01 12:48:15 -04:00
parent c69138b737
commit c47964fbde
8 changed files with 406 additions and 35 deletions

View file

@ -161,6 +161,7 @@
<#if formatType == "long">
<#if precision?ends_with("yearPrecision")>yyyy
<#elseif precision?ends_with("yearMonthPrecision")>MMMM yyyy
<#elseif precision?ends_with("monthPrecision")>MMMM
<#elseif precision?ends_with("yearMonthDayPrecision")>MMMM d, yyyy
<#else>MMMM d, yyyy h:mm a
</#if>