Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Format hinzugefügt
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kaegi committed Mar 21, 2018
1 parent 5a31a25 commit 865daa7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ CREATE TABLE IF NOT EXISTS `%TABLE_PREFIX%redactor2_profiles` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT IGNORE INTO `%TABLE_PREFIX%redactor2_profiles` (`id`, `name`, `description`, `minheight`, `maxheight`, `characterlimit`, `urltype`, `shortcuts`, `linkify`, `redactor_plugins`, `redactor_customplugins`) VALUES
(1, 'full', 'Standard Redactor-Konfiguration', '300', '800', '0', 'relative', '0', '1', 'anchorlink,alignment,blockquote,bold,cleaner,clips[Snippetname1=Snippettext1|Snippetname2=Snippettext2],deleted,emaillink,externallink,fontcolor[Weiss=#ffffff|Schwarz=#000000],fontfamily[Arial|Times],fontsize[12px|15pt|120%],fullscreen,groupheading[1|2|3|4|5|6],grouplink[email|external|internal|media|telephone],grouplist[unorderedlist|orderedlist|indent|outdent],heading1,heading2,heading3,heading4,heading5,heading6,horizontalrule,internallink,italic,media,medialink,orderedlist,paragraph,properties,redo,source,styles[code=Code|kbd=Shortcut|mark=Markiert|samp=Sample|var=Variable],sub,sup,table,telephonelink,textdirection,underline,undo,unorderedlist','');
(1, 'full', 'Standard Redactor-Konfiguration', '300', '800', '0', 'relative', '0', '1', 'anchorlink,alignment,blockquote,bold,cleaner,clips[Snippetname1=Snippettext1|Snippetname2=Snippettext2],deleted,emaillink,externallink,fontcolor[Weiss=#ffffff|Schwarz=#000000],fontfamily[Arial|Times],fontsize[12px|15pt|120%],format[Absatz Klein=p.small|Absatz Mittel=p.middle|Absatz Gross=p.big],fullscreen,groupheading[1|2|3|4|5|6],grouplink[email|external|internal|media|telephone],grouplist[unorderedlist|orderedlist|indent|outdent],heading1,heading2,heading3,heading4,heading5,heading6,horizontalrule,internallink,italic,media,medialink,orderedlist,paragraph,properties,redo,source,styles[code=Code|kbd=Shortcut|mark=Markiert|samp=Sample|var=Variable],sub,sup,table,telephonelink,textdirection,underline,undo,unorderedlist','');
1 change: 1 addition & 0 deletions lang/de_de.lang
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ redactor2_profiles_plugins_externallink_description = Fügt einen externen Link
redactor2_profiles_plugins_fontcolor_description = Definiert die Schriftfarbe
redactor2_profiles_plugins_fontfamily_description = Definiert die Schriftart
redactor2_profiles_plugins_fontsize_description = Definiert die Schriftgrösse
redactor2_profiles_plugins_format_description = Definiert verschiedene Formatierungen
redactor2_profiles_plugins_fullscreen_description = Ermöglicht Vollbild
redactor2_profiles_plugins_groupheading_description = Fügt eine Überschrift via Dropdown ein
redactor2_profiles_plugins_grouplink_description = Fügt einen Link via Dropdown ein
Expand Down
1 change: 1 addition & 0 deletions lang/en_gb.lang
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ redactor2_profiles_plugins_externallink_description = Inserts an external link
redactor2_profiles_plugins_fontcolor_description = Defines the font color
redactor2_profiles_plugins_fontfamily_description = Defines the font family
redactor2_profiles_plugins_fontsize_description = Defines the font size
redactor2_profiles_plugins_format_description = Definies various styles
redactor2_profiles_plugins_fullscreen_description = Switches to fullscreen
redactor2_profiles_plugins_groupheading_description = Inserts a headline via dropdown
redactor2_profiles_plugins_grouplink_description = Inserts a link via dropdown
Expand Down
3 changes: 3 additions & 0 deletions pages/profiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@
'<b>fontsize[12px|15pt|120%]</b><br>'.
$this->i18n('profiles_plugins_fontsize_description').'<br>'.
'<br>'.
'<b>format[Absatz Klein=p.small|Absatz Mittel=p.middle|Absatz Gross=p.big]</b><br>'.
$this->i18n('profiles_plugins_format_description').'<br>'.
'<br>'.
'<b>fullscreen</b><br>'.
$this->i18n('profiles_plugins_fullscreen_description').'<br>'.
'<br>'.
Expand Down

0 comments on commit 865daa7

Please sign in to comment.