TF-2116 Apply new design for web composer
(cherry picked from commit 1295eb59b2f5abd1095c00ade53c90f7d4f1ecd6)
This commit is contained in:
@@ -1721,12 +1721,6 @@ class AppLocalizations {
|
||||
name: 'formatTextBackgroundColor');
|
||||
}
|
||||
|
||||
String get codeView {
|
||||
return Intl.message(
|
||||
'Code view',
|
||||
name: 'codeView');
|
||||
}
|
||||
|
||||
String get headerStyle {
|
||||
return Intl.message(
|
||||
'Style',
|
||||
@@ -3317,4 +3311,18 @@ class AppLocalizations {
|
||||
name: 'addCondition',
|
||||
);
|
||||
}
|
||||
|
||||
String get formattingOptions {
|
||||
return Intl.message(
|
||||
'Formatting options',
|
||||
name: 'formattingOptions'
|
||||
);
|
||||
}
|
||||
|
||||
String get embedCode {
|
||||
return Intl.message(
|
||||
'Embed code',
|
||||
name: 'embedCode'
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user