Forum for discussing general topics related to Couch.
4 posts Page 1 of 1
Hi there,

Im using both Couch v1.4.7 and v2.0 and would like to know how i can put system fields like "k_page_title" or with the extended user addon "new password" etc into a group like the following tag:

<cms:editable name='project_deadline' label='Deadline' group='content_group' order= '2' />

If its only possible with v2.0 thats fine with me, just tell me how, please :) Btw, version 2.0 is awesome! Was actually thinking of switching CMS' until I installed/discovered v2.0 and had a look. ;)

Thank you!

Kind regards,
Laduma
Hi,

It is possible in v2.0 (but not in older versions, I'm afraid).

The post serving as the documentation for the new version (viewtopic.php?f=5&t=10241) has an example that illustrates exactly this point -
Code: Select all
<cms:config_form_view>
    <cms:field 'k_page_title' desc='hello!' label='Greetings!' order='100' group='_advanced_settings_' class='my_class' />
</cms:config_form_view>

Please take a look at the mentioned post and find the portion discussing <cms:config_form_view> tag. I think that should help you in getting it done.

Hope it helps.
Thanks KK, exactly what i needed... V2.0 is absolutely awesome!!
I am glad it helped @laduma :)
4 posts Page 1 of 1