From efaf65b5367acf28b740362654e857f5c2123091 Mon Sep 17 00:00:00 2001 From: ryzy Date: Tue, 27 May 2014 01:00:51 +0100 Subject: [PATCH] Button: also editable in UI inspector This allows to edit button label even when it has link attached or js action (e.g. reveal modal). Rel. TS-18, TS-74 --- Configuration/NodeTypes.Buttons.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configuration/NodeTypes.Buttons.yaml b/Configuration/NodeTypes.Buttons.yaml index 0fc7366..52f4567 100644 --- a/Configuration/NodeTypes.Buttons.yaml +++ b/Configuration/NodeTypes.Buttons.yaml @@ -29,6 +29,8 @@ defaultValue: 'Button' ui: inlineEditable: TRUE + inspector: + group: 'options' aloha: 'format': ['b', 'i', 'u', 'sub', 'sup'] 'link':