From 7bca319778b01cc6564f00a18f275c69e98e8c9d Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sat, 20 Feb 2021 15:00:10 +0500 Subject: [PATCH] update toolbar config --- apps/mobile/src/views/Editor/tiny/toolbar/config.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/apps/mobile/src/views/Editor/tiny/toolbar/config.js b/apps/mobile/src/views/Editor/tiny/toolbar/config.js index 99d411b2b..f4303ac22 100644 --- a/apps/mobile/src/views/Editor/tiny/toolbar/config.js +++ b/apps/mobile/src/views/Editor/tiny/toolbar/config.js @@ -95,7 +95,6 @@ export const TOOLBAR_CONFIG = [ format: 'h2', type: 'format', showTitle: false, - premium: true, fullname: 'Heading 2', }, { @@ -110,7 +109,6 @@ export const TOOLBAR_CONFIG = [ text: 'Paragraph', type: 'format', showTitle: false, - premium: true, fullname: 'Paragraph', }, { @@ -118,7 +116,6 @@ export const TOOLBAR_CONFIG = [ text: 'Heading 2', type: 'format', showTitle: false, - premium: true, fullname: 'Heading 2', }, { @@ -126,7 +123,6 @@ export const TOOLBAR_CONFIG = [ text: 'Heading 3', type: 'format', showTitle: false, - premium: true, fullname: 'Heading 3', }, { @@ -134,7 +130,6 @@ export const TOOLBAR_CONFIG = [ text: 'Heading 4', type: 'format', showTitle: false, - premium: true, fullname: 'Heading 4', }, { @@ -142,7 +137,6 @@ export const TOOLBAR_CONFIG = [ text: 'Heading 5', type: 'format', showTitle: false, - premium: true, fullname: 'Heading 5', }, { @@ -150,7 +144,6 @@ export const TOOLBAR_CONFIG = [ text: 'Heading 6', type: 'format', showTitle: false, - premium: true, fullname: 'Heading 6', }, ], @@ -192,7 +185,6 @@ export const TOOLBAR_CONFIG = [ }, ], [ - { format: 'hilitecolor', type: 'tooltip', @@ -234,7 +226,6 @@ export const TOOLBAR_CONFIG = [ type: 'tooltip', groupType: 'link', fullname: 'Link', - premium: true, group: [ { format: 'link', @@ -281,6 +272,7 @@ export const TOOLBAR_CONFIG = [ type: 'tooltip', fullname: 'Table', groupType: 'table', + premium: true, }, ], [ @@ -298,7 +290,7 @@ export const TOOLBAR_CONFIG = [ premium: true, }, ], - + [ { format: 'ltr',