Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Is there a trick to change names of this fileds and desc?

Untitled-1.png
Untitled-1.png (13.81 KiB) Viewed 1230 times

http://prntscr.com/k4a56o
It is possible since CouchCMS 2.0

Read "Customizing the Form screen" section in viewtopic.php?f=5&t=10241


Place the following within the <cms:template> block of any clonable template -

Code: Select all
<cms:config_form_view>
    <cms:field 'k_page_title' desc='hello!' label='Greetings!'  />
</cms:config_form_view>
2 posts Page 1 of 1
cron