Do you have some feature in mind that you'd love to see in Couch? Let us know.
2 posts Page 1 of 1
KK,

Currently for datetime, months can be predefined to show up in a dropdown.

Example:

Code: Select all
<cms:editable 
      name='end_date'
      label='End Date'
      height='60'
      required='1'
      type='datetime'
      months='January, February, March, April, May, June, July, August, September, October, November, December' />


Any chance we could get a way to add in years in the same manner, like this:

Code: Select all
<cms:editable 
      name='end_date'
      label='End Date'
      height='60'
      required='1'
      type='datetime'
      months='January, February, March, April, May, June, July, August, September, October, November, December'
years='2015, 2016, 2017' />


Thanks
Hi,

Have noted this down.
Thanks for the suggestion.
2 posts Page 1 of 1