VIVO-921: widget-ized the data property form. Dates, ints, integers, floats, uris and booleans no longer use tinyMCE.
This commit is contained in:
parent
c69138b737
commit
c47964fbde
8 changed files with 406 additions and 35 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue