#assign maxlengthDisableTypes=["user","dept","content","category","categoryType","tag","tagType","vote","survey","date","datetime","file","privatefile","image","video","dictionary","keyvalue"]/>
<#assign sizeEnableTypes=["image"]/>
<#assign multipleEnableTypes=["text","number","dictionary","content","category","categoryType","user","dept","tag","tagType","vote","survey"]/>
<#assign dictionaryTypes=["number","boolean","user","dept","content","category","dictionary","categoryType","tagType","tag","vote","survey"]/>
<#assign sortableTypes=["text","number","dictionary","datetime","date","time","boolean"]/>
<#macro extendsFieldType inputName value="" searchable=false>
<#local inputTypes={"text":"input","number":"number","textarea":"textarea","file":"file","image":"image","video":"video","privatefile":"privatefile","privateimage":"privateimage","privatevideo":"privatevideo","editor":"ueditor","tinymce":"tinymce","ckeditor":"ckeditor","datetime":"datetime","date":"date","time":"time","boolean":"true_or_false","dictionary":"dictionary","keyvalue":"key-value","user":"user","dept":"dept","content":"content","category":"category","categoryType":"category_type","vote":"vote","survey":"survey","tagType":"tag_type","tag":"tag","color":"color","alphaColor":"alphaColor","template":"template_path","password":"password"}/>
<#assign flag=.now?long/>
#macro>