cancel
Showing results for 
Search instead for 
Did you mean: 

Retreive LIST of content model data

janaka1984
Star Contributor
Star Contributor
Hi,

i need to access following content model data from controller or need set these list value into aikau "alfresco/renderers/PublishingDropDownMenu"



<aspects>
          
        <!– Example Custom Site Properties Aspect –>
      <aspect name="stcp:customProperties">
        <title>Custom Person Properties</title>         
         <properties>
            <property name="stcp:Person">
               <title>Status</title>
               <type>d:text</type>
       <constraints>
                 <constraint name="stcp:projectphase" type="LIST">
                   <parameter name="allowedValues">
                      <list>
                         <value>Prepare</value>
                         <value>Open</value>
                         <value>Closed</value>
                      </list>
                   </parameter>
                   <parameter name="caseSensitive"><value>true</value></parameter>
                 </constraint>
               </constraints>
            </property>
         </properties>
      </aspect>
  
   </aspects>

Regards
janaka
2 REPLIES 2

hi Krishna,

thank you very much, it is helpful for me