21489 Posts in 5783 Topics by 2622 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 155 Views |
-
List of default form fields in CMS

20 October 2011 at 4:49am
Hi
I want to use...
$fields->removeFieldFromTab('Root.Content.Main', 'MenuTitle');
Which is fine, but where is list of the default ones, eg what is the main rich text editor called etc?
Cheers!
-
Re: List of default form fields in CMS

20 October 2011 at 9:00am Last edited: 20 October 2011 9:01am
I don't think there's an actual list... But you can always check the SiteTree class (sapphire/core/model/SiteTree.php) from which the Page class is extended (look for the static $db property).
Btw the richtext editor field is called 'Content'
| 155 Views | ||
|
Page:
1
|
Go to Top |

