Skip to content
This repository was archived by the owner on Jan 25, 2021. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions language/en-GB/tpl_cassiopeia.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ TPL_CASSIOPEIA_STATIC="Static"
TPL_CASSIOPEIA_STICKY_LABEL="Sticky Header"
TPL_CASSIOPEIA_TOGGLE="Toggle Navigation"
TPL_CASSIOPEIA_XML_DESCRIPTION="Continuing the space theme (Solarflare from 1.0, Milkyway from 1.5 and Protostar from 3.0), Cassiopeia is the Joomla 4 site template based on Bootstrap 4."
TPL_CASSIOPEIA_FONT_LABEL="Google font for text and headings"
TPL_CASSIOPEIA_FONT_DESC="Load Google font for text and headings (H1, H2, H3, etc)."
TPL_CASSIOPEIA_FONT_NAME_LABEL="Google Font Name"
TPL_CASSIOPEIA_FONT_LABEL="Google Fonts or Text and Headings"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to change "for" to "or" ?

TPL_CASSIOPEIA_FONT_DESC="Load Google Fonts for text and headings (H1, H2, H3, etc)."
TPL_CASSIOPEIA_FONT_NAME_LABEL="Google Fonts Name"
TPL_CASSIOPEIA_FONT_NAME_DESC="Example: only one font Josefin Sans or a font combination Montserrat + Work Sans."

5 changes: 3 additions & 2 deletions templates/cassiopeia/templateDetails.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,12 @@
type="radio"
label="TPL_CASSIOPEIA_FONT_LABEL"
description="TPL_CASSIOPEIA_FONT_DESC"
class="btn-group btn-group-yesno"
layout="joomla.form.field.radio.switcher"
default="1"
filter="integer"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>

<field
Expand Down