From f0643670919aed37c80ad992857906bc58d76fc6 Mon Sep 17 00:00:00 2001 From: Marcin Ryzycki Date: Mon, 15 Jun 2015 22:55:51 +0100 Subject: [PATCH] [FEATURE] [WIP] Tooltips for form elements This is marked as [WIP] as it requires thorough testing how it works with all sort of input fields. ? Maybe tooltip should be attached only to labels, not actual input fields? Relates: #49 --- Configuration/NodeTypes.Form.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configuration/NodeTypes.Form.yaml b/Configuration/NodeTypes.Form.yaml index a9065f3..1897490 100644 --- a/Configuration/NodeTypes.Form.yaml +++ b/Configuration/NodeTypes.Form.yaml @@ -50,6 +50,7 @@ abstract: TRUE superTypes: 'TYPO3.Neos:Content': TRUE + 'M12.Foundation:AbstractTitleTooltip': TRUE ui: group: 'forms' inspector: @@ -262,6 +263,7 @@ superTypes: 'TYPO3.Neos:Content': TRUE 'M12.Foundation:FormInputLabelAbstract': TRUE + 'M12.Foundation:AbstractTitleTooltip': TRUE ui: label: 'Form label' icon: 'icon-paperclip'