17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 4011 Views |
-
Remove Content Field from CMS Tab

6 February 2008 at 10:28am
Does anybody know how I would do this? Specifically for a custom page type where I'm only using text fields and not the HTML Editor field (Content).
-
Re: Remove Content Field from CMS Tab

6 February 2008 at 10:40am
From BlogHolder.php:
$fields = parent::getCMSFields();
$fields->removeFieldFromTab("Root.Content.Main","Content"); -
Re: Remove Content Field from CMS Tab

6 February 2008 at 10:47am
Well that makes a lot of sense! Thanks!
| 4011 Views | ||
|
Page:
1
|
Go to Top |

