samuelhauser
4/13/2016 - 11:50 AM

InlineEditing für Pagereferences deaktivieren

content {
	main = TypoScript:Tag {
		tagName = 'div'
		attributes = TYPO3.TypoScript:Attributes
		content = TypoScript:Collection {
			collection = ${q(node).children('main').children()}
			itemRenderer = Neos:ContentCase {
				prototype(Neos:Content) {
					@process.contentElementWrapping >
				}
			}
			itemName = 'node'
			iterationName = 'iterator'
		}
	}
}
.neos-inline-editable {
	outline: none !important;
}