Skip to content

Commit

Permalink
update default profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimdoerr committed Oct 14, 2019
1 parent 51b2580 commit afe8803
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
INSERT INTO `rex_cke5_profiles` (`id`, `name`, `description`, `toolbar`, `heading`, `alignment`, `image_toolbar`, `fontsize`, `highlight`, `table_toolbar`, `rexlink`, `height_default`, `min_height`, `max_height`, `lang`, `mediaembed`, `mediatype`, `mediapath`, `mediacategory`, `upload_default`, `createdate`, `updatedate`, `createuser`, `updateuser`, `lang_content`)
INSERT INTO `rex_cke5_profiles` (`id`, `name`, `description`, `lang_content`, `font_color`, `font_color_default`, `font_background_color`, `font_background_color_default`, `toolbar`, `heading`, `alignment`, `image_toolbar`, `fontsize`, `highlight`, `table_toolbar`, `rexlink`, `height_default`, `min_height`, `max_height`, `lang`, `mediaembed`, `mediatype`, `mediapath`, `mediacategory`, `upload_default`, `createdate`, `updatedate`, `createuser`, `updateuser`)
VALUES
(1, 'default', 'Default & Demo Profile', 'heading,bold,italic,underline,strikethrough,blockQuote,bulletedList,numberedList,alignment,|,link,insertTable,rexImage,mediaEmbed,|,fontSize,fontColor,fontBackgroundColor,|,subscript,superscript,|,outdent,indent,|,removeFormat,redo,undo', 'paragraph,h1,h2,h3,h4,h5,h6', 'left,right,center,justify', 'imageTextAlternative,|,full,alignLeft,alignRight,alignCenter', 'default,tiny,small,big,huge', 'yellowMarker,greenMarker,redPen,greenPen', 'tableColumn,tableRow,mergeTableCells', 'internal,media', '|default_height|', 100, 280, '', 'youtube,vimeo', '', 'media', 0, '|default_upload|', '2018-05-21 17:50:09', '2019-10-08 04:19:33', 'admin', 'admin', ''),
(2, 'light', 'Lead-Text & Demo Profile', 'bold,italic,bulletedList,numberedList,Undo,Redo,superscript,subscript', '', 'left,right,center', '', '', '', '', 'internal,media', '|default_height|', 0, 0, '', '', '', '', 0, NULL, '2018-05-26 20:48:34', '2019-10-08 04:15:45', 'admin', 'admin', '');
(1, 'default', 'Default & Demo Profile', '', '', '|default_font_color|', '', '|default_font_background_color|', 'heading,bold,italic,underline,strikethrough,blockQuote,bulletedList,numberedList,alignment,|,link,insertTable,rexImage,mediaEmbed,|,fontSize,fontColor,fontBackgroundColor,|,subscript,superscript,|,outdent,indent,|,removeFormat,redo,undo', 'paragraph,h1,h2,h3,h4,h5,h6', 'left,right,center,justify', 'imageTextAlternative,|,full,alignLeft,alignRight,alignCenter', 'default,tiny,small,big,huge', 'yellowMarker,greenMarker,redPen,greenPen', 'tableColumn,tableRow,mergeTableCells', 'internal,media', '|default_height|', 100, 280, '', 'youtube,vimeo', '', 'media', 0, '|default_upload|', '2018-05-21 17:50:09', '2019-10-14 11:08:54', 'admin', 'admin'),
(2, 'light', 'Lead-Text & Demo Profile', '', '', NULL, '', NULL, 'bold,italic,bulletedList,numberedList,Undo,Redo', '', 'left,right,center', '', '', '', '', 'internal,media', '|default_height|', 0, 0, '', '', '', '', 0, NULL, '2018-05-26 20:48:34', '2019-10-14 11:10:59', 'admin', 'admin');

INSERT INTO `%TABLE_PREFIX%cke5_mblock_demo` (`id`, `name`, `mblock_field`, `createdate`, `updatedate`, `createuser`, `updateuser`)
VALUES
Expand Down

0 comments on commit afe8803

Please sign in to comment.