You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
[meta.user] New "tags" type with auto-completion and special display. Expose meta definitions directly in plugin params and load them statically. We should remove the other way to pass the meta_fields values.
Copy file name to clipboardExpand all lines: core/src/plugins/meta.user/manifest.xml
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
<!--<param name="meta_file_name" type="string" label="CONF_MESSAGE[Meta File]" description="CONF_MESSAGE[Hidden file used inside folders to save meta data]" mandatory="true" default=".ajxp_meta"/>-->
13
13
<paramname="meta_fields"type="string"replicationGroup="group1"label="CONF_MESSAGE[Field ID]"description="CONF_MESSAGE[Id of fiels, use standard characters here.]"mandatory="true"default="comment_field"/>
14
14
<paramname="meta_labels"type="string"replicationGroup="group1"label="CONF_MESSAGE[Label]"description="CONF_MESSAGE[Label of the field, human friendly]"mandatory="true"default="My Comments"/>
15
-
<paramname="meta_types"type="select"choices="string|CONF_MESSAGE[Short text],textarea|CONF_MESSAGE[Long text],creator|CONF_MESSAGE[Created by...],updater|CONF_MESSAGE[Last updated by...],stars_rate|CONF_MESSAGE[Stars Rating],css_label|CONF_MESSAGE[Color labels],choice|CONF_MESSAGE[Selection (set choices in Additional Info)]"replicationGroup="group1"label="CONF_MESSAGE[Field Type]"description="CONF_MESSAGE[Type of field]"mandatory="true"default="string"/>
15
+
<paramname="meta_types"type="select"choices="string|CONF_MESSAGE[Short text],textarea|CONF_MESSAGE[Long text],creator|CONF_MESSAGE[Created by...],updater|CONF_MESSAGE[Last updated by...],stars_rate|CONF_MESSAGE[Stars Rating],css_label|CONF_MESSAGE[Color labels],choice|CONF_MESSAGE[Selection (set choices in Additional Info)],tags|CONF_MESSAGE[Tags (extensible sets of values)]"replicationGroup="group1"label="CONF_MESSAGE[Field Type]"description="CONF_MESSAGE[Type of field]"mandatory="true"default="string"/>
<paramname="meta_additional"type="string"replicationGroup="group1"label="CONF_MESSAGE[Additional info]"description="CONF_MESSAGE[Depending on the field type. Currently used for selection only]"mandatory="false"/>
0 commit comments