From 0afba639a69bd5fb8f854435f54068700a4db407 Mon Sep 17 00:00:00 2001 From: cookie Date: Tue, 27 Aug 2019 02:45:25 -0400 Subject: [PATCH] Remove the Attributes->Element->Widget options Issue : https://github.com/Samsung/TAU-Design-Editor/issues/267 Problem: widget option is not working Solution : The items is not needed. So remove it. Signed-off-by: cookie --- content-manager/src/package-component.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content-manager/src/package-component.js b/content-manager/src/package-component.js index 845d8c373..b99a3f3bd 100644 --- a/content-manager/src/package-component.js +++ b/content-manager/src/package-component.js @@ -19,11 +19,6 @@ var COMMON_ATTRIBUTE = { 'type': 'text', 'value': '' }, - 'data-options': { - 'label': 'Widget options', - 'type': 'text', - 'value': '' - }, 'model': { 'label': 'Model', 'widget-option': true,