remove text sction from embed dialog

This commit is contained in:
j 2017-01-25 21:48:44 +01:00
parent 35a49c0fd5
commit 35eb3fdc0c

View file

@ -87,12 +87,6 @@ pandora.ui.embedDialog = function(/*[url, ]callback*/) {
'edit', 'editMode', 'position', 'edit', 'editMode', 'position',
'showTimeline', 'showAnnotations', 'matchRatio' 'showTimeline', 'showAnnotations', 'matchRatio'
] ]
},
{
id: 'text',
title: Ox._('Text'),
description: Ox._('Embed a Text Icon with Description'),
inputs: ['text']
} }
].map(function(item, index) { ].map(function(item, index) {
return Ox.extend(item, {index: index}); return Ox.extend(item, {index: index});
@ -321,7 +315,7 @@ pandora.ui.embedDialog = function(/*[url, ]callback*/) {
$input.type = Ox.ButtonGroup({ $input.type = Ox.ButtonGroup({
buttons: [ buttons: [
{id: 'link', title: Ox._('Embed in Texts Section'), width: formWidth / 2, selected: true}, {id: 'link', title: Ox._('Embed in Text'), width: formWidth / 2, selected: true},
{id: 'iframe', title: Ox._('Embed in External Site'), width: formWidth / 2} {id: 'iframe', title: Ox._('Embed in External Site'), width: formWidth / 2}
], ],
selectable: true selectable: true