cancel
Showing results for 
Search instead for 
Did you mean: 

Provide Model Templates with auto complete function

d_franz
Champ on-the-rise
Champ on-the-rise
I have created some data types with a huge number of metadata fields the user fill out to describe the data.
Is there a function to provide the user with an auto complete function to enhance the insertion of metadata?
Or is there a method to show up some predefined values for every field?

Many thanks in advance!
1 REPLY 1

mitpatoliya
Star Collaborator
Star Collaborator
You can set default value for property by using default tag in content model.


<property name="my:property">
         <type>d:text</type>
         <default>my default value</default>
      </property>