Add description instructions to font scheme selection field
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
@@ -61,6 +61,7 @@ TPL_MOKOCASSIOPEIA_FA7KITCODE_DESC="<i>If left blank, Font Awesome 7 Free will b
|
||||
|
||||
; ===== Typography (Theme tab) =====
|
||||
TPL_MOKOCASSIOPEIA_FONT_LABEL="Fonts Scheme"
|
||||
TPL_MOKOCASSIOPEIA_FONT_LABEL_DESC="Select a font scheme for your site. Local fonts are loaded from the template folder, while web fonts are loaded from external sources (Google Fonts). The default is Roboto (local). See the note below for important privacy and performance considerations."
|
||||
TPL_MOKOCASSIOPEIA_FONT_GROUP_LOCAL="Fonts from Folder"
|
||||
TPL_MOKOCASSIOPEIA_FONT_GROUP_WEB="Fonts from Web"
|
||||
TPL_MOKOCASSIOPEIA_FONT_NOTE_TEXT="Loading fonts from external sources might be against privacy regulations in some countries.<br>Loading fonts from a local folder might have a performance impact on your site."
|
||||
|
||||
@@ -61,6 +61,7 @@ TPL_MOKOCASSIOPEIA_FA7KITCODE_DESC="<i>If left blank, Font Awesome 7 Free will b
|
||||
|
||||
; ===== Typography (Theme tab) =====
|
||||
TPL_MOKOCASSIOPEIA_FONT_LABEL="Fonts Scheme"
|
||||
TPL_MOKOCASSIOPEIA_FONT_LABEL_DESC="Select a font scheme for your site. Local fonts are loaded from the template folder, while web fonts are loaded from external sources (Google Fonts). The default is Roboto (local). See the note below for important privacy and performance considerations."
|
||||
TPL_MOKOCASSIOPEIA_FONT_GROUP_LOCAL="Fonts from Folder"
|
||||
TPL_MOKOCASSIOPEIA_FONT_GROUP_WEB="Fonts from Web"
|
||||
TPL_MOKOCASSIOPEIA_FONT_NOTE_TEXT="Loading fonts from external sources might be against privacy regulations in some countries.<br>Loading fonts from a local folder might have a performance impact on your site."
|
||||
|
||||
@@ -202,7 +202,7 @@
|
||||
|
||||
<!-- Typography -->
|
||||
<field name="theme_sep_typo" type="spacer" label="Typography" hr="false" class="text fw-bold" />
|
||||
<field name="useFontScheme" type="groupedlist" label="TPL_MOKOCASSIOPEIA_FONT_LABEL" default="media/templates/site/mokocassiopeia/css/colors/fonts-local_roboto.css">
|
||||
<field name="useFontScheme" type="groupedlist" label="TPL_MOKOCASSIOPEIA_FONT_LABEL" description="TPL_MOKOCASSIOPEIA_FONT_LABEL_DESC" default="media/templates/site/mokocassiopeia/css/colors/fonts-local_roboto.css">
|
||||
<option value="0">JNONE</option>
|
||||
<group label="TPL_MOKOCASSIOPEIA_FONT_GROUP_LOCAL">
|
||||
<option value="media/templates/site/mokocassiopeia/css/colors/fonts-local_roboto.css">Roboto (local)</option>
|
||||
|
||||
Reference in New Issue
Block a user