[TYPO3-english] Hide "General Plugin" from New CE Wizard

Scotty C superscotty19 at yahoo.com
Wed May 20 20:24:27 CEST 2015


Hi Jigal,
The solution for me wasmod.wizards.newContentElement.wizardItems.plugins.elements.general >
Boy, I was really close. Is there a complete listing of parameters somewhere that I'm missing? All I could find was the MOD page in the documentation, but it just said said "values are strings", without telling me what the values *are*
Thank you so much!-Scott.

 
      From: Jigal van Hemert <jigal.van.hemert at typo3.org>
 To: typo3-english at lists.typo3.org 
 Sent: Wednesday, May 20, 2015 3:20 AM
 Subject: Re: [TYPO3-english] Hide "General Plugin" from New CE Wizard
   
Hi,

On 20/05/2015 09:49, Scotty C wrote:
> Is it possible to hide the "General Plugin" option from the new CE
> wizard? I know I can do it using excludefields/explicit deny, but
> that hides the entire "plugin" tab. I just want to hide the option to
> insert a "General Plugin" because it's redundant and confusing my
> users (they already see the options in the tab, why do they need
> "General Plugin"?). Perhaps some page TSconfig that looks
> like:mod.wizards.newContentElement.wizardItems.plugin.show :=
> removeFromList(general_plugin)

Almost. On this tab the show property often contains '*' as value to 
indicate that all defined items will be shown. removeFromList will not 
have effect on this.

mod.wizards.newContentElement.wizardItems.plugins.elements.general >

will completely remove the definition.

Alternatively you could set 
mod.wizards.newContentElement.wizardItems.plugins.show to the specific 
plugins that you want to show, possibly to a specific user group.

-- 
Jigal van Hemert
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


   
 


More information about the TYPO3-english mailing list