Guest Posted January 20, 2020 Posted January 20, 2020 Im looking for a way of adding an instruction to the CMS for custom types. I see that some of the standard inputs already got these - whats the name of the key i should use? For instance the code below produces a text input with a label 'Project name'. I would like to also display a note or instruction below the text field in the CMS giving some additional instrcutions, like 'The project name can be no longer than 30 characters'. "customTypes" : [ { "title" : "Project", "name" : "project", "base" : "text", "fields" : [ { "name": "name", "title": "Project name", "type": "text" }] }]
Recommended Posts
Archived
This topic is now archived and is closed to further replies.