[TYPO3-english] hide edit icon in preview

Muriel le Pair typo3 at strangefruit.nl
Fri Feb 6 17:08:25 CET 2015


Hi,

I have upgraded from TYPO3 4.5 to 6.2.9.

In the preview is the edit icon always visible.
In previous versions of TYPO3 the edit icon would appear if you foldout 
the admin panel, but no matter what I do the edit icon remains visible.

So how do I hide the edit icon that appears after a field in the preview?


admPanel {
   hide = 0
   enable {
	preview = 1
	cache = 1
	publish = 0
	edit = 1
	tsdebug= 0
	info = 1
   }

   module.edit.forceDisplayFieldIcons = 0

   override {
    	preview = 1
    	preview.showHiddenPages = 0
   	preview.showHiddenRecords = 0

    	edit = 1
    	edit.displayFieldIcons = 0
    	edit.displayIcons = 0
   	edit.editFormsOnPage = 0
    	edit.editNoPopup = 0
    }
}

--
kind regards,

Muriel le Pair


More information about the TYPO3-english mailing list