Skip to content

Commit

Permalink
[FEATURE] [WIP] Tooltips for form elements
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ryzy committed Jun 15, 2015
1 parent 84e8f85 commit f064367
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configuration/NodeTypes.Form.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
abstract: TRUE
superTypes:
'TYPO3.Neos:Content': TRUE
'M12.Foundation:AbstractTitleTooltip': TRUE
ui:
group: 'forms'
inspector:
Expand Down Expand Up @@ -262,6 +263,7 @@
superTypes:
'TYPO3.Neos:Content': TRUE
'M12.Foundation:FormInputLabelAbstract': TRUE
'M12.Foundation:AbstractTitleTooltip': TRUE
ui:
label: 'Form label'
icon: 'icon-paperclip'
Expand Down

0 comments on commit f064367

Please sign in to comment.