Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
97c08b4
Re-add fields for coumns and order direction
chmst Mar 25, 2021
16854b3
Choose Blog Layout, blog.xml and language strings
chmst Mar 30, 2021
a53aa8c
Global option
chmst Mar 30, 2021
f256671
useglobal for style
chmst Mar 30, 2021
ce5b22e
parentclasses for the whole blog layout
chmst Mar 30, 2021
17cacac
revert changes in config.xml, default style = 4
chmst Mar 30, 2021
e8a85b0
Update administrator/language/en-GB/joomla.ini
chmst Mar 31, 2021
a9ea358
Suggested change for select options
chmst Mar 31, 2021
b35e4f8
Rename across and down option
chmst Mar 31, 2021
c28ca80
Change J4 to GRID, J3 to FIXED
chmst Apr 1, 2021
feed2af
Capitalisation in labels
chmst Apr 1, 2021
f12a037
Fix description for columns
chmst Apr 2, 2021
51ff1c7
fix description
chmst Apr 2, 2021
48f8f65
Add spaces and descriptions, change ordering of fields
chmst Apr 2, 2021
b2fd75b
Merge branch '4.0-dev' into blog-layout-ux
chmst Apr 2, 2021
8089c5f
Update components/com_content/tmpl/category/blog.xml
chmst Apr 3, 2021
6344855
adapt blog layout featured
chmst Apr 4, 2021
cc331e6
Remove unused language key
chmst Apr 4, 2021
d439fdc
revert last change in language
chmst Apr 4, 2021
46910c8
fix spacer in featured layout
chmst Apr 4, 2021
78ea550
remove param for blog_style
chmst Apr 5, 2021
4e8078b
Update components/com_content/tmpl/category/blog.xml
chmst Apr 9, 2021
20db6cf
Update administrator/components/com_content/config.xml
chmst Apr 9, 2021
86937a6
fix false deletion
chmst Apr 9, 2021
11c8dd1
Merge branch '4.0-dev' into blog-layout-ux
chmst Apr 12, 2021
a341c57
order > direction
chmst Apr 12, 2021
e2b7e19
Merge branch '4.0-dev' into blog-layout-ux
chmst Apr 18, 2021
e4b885d
Fix conflict
chmst Apr 18, 2021
d236a2e
Fix conflict
chmst Apr 18, 2021
4ef5eee
Improve description.
Apr 23, 2021
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
17 changes: 17 additions & 0 deletions administrator/components/com_content/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,23 @@
default="4"
/>

<field
name="num_columns"
type="number"
label="JGLOBAL_NUM_COLUMNS_LABEL"
default="1"
/>

<field
name="multi_column_order"
type="list"
label="JGLOBAL_MULTI_COLUMN_ORDER_LABEL"
default="0"
>
<option value="0">JGLOBAL_DOWN</option>
<option value="1">JGLOBAL_ACROSS</option>
</field>

<field
name="num_links"
type="number"
Expand Down
13 changes: 11 additions & 2 deletions administrator/language/en-GB/joomla.ini
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ JFIELD_VERSION_HISTORY_DESC="This button allows you to open a window to view old
JFIELD_VERSION_HISTORY_LABEL="Prior Versions"
JFIELD_VERSION_HISTORY_SELECT="View Prior Versions"
JGLOBAL_ACTION_PERMISSIONS_LABEL="Permissions"
JGLOBAL_ACROSS="Across"
Comment thread
chmst marked this conversation as resolved.
Outdated
JGLOBAL_ADD_CUSTOM_CATEGORY="Add new Category"
JGLOBAL_ALL_ARTICLE="Max Levels Articles"
JGLOBAL_ALL_LIST="Max Levels as List"
Expand Down Expand Up @@ -354,9 +355,14 @@ JGLOBAL_BATCH_MOVE_ROW_NOT_FOUND="Can't find the destination row for this move."
JGLOBAL_BATCH_PROCESS="Process"
JGLOBAL_BATCH_WORKFLOW_STATE_ROW_NOT_FOUND="Can't find the destination row for this state change."
JGLOBAL_BLOG="Blog"
JGLOBAL_BLOG_CLASS="Blog Class"
JGLOBAL_BLOG_CLASS_LEADING="Blog Class (Leading Articles)"
JGLOBAL_BLOG_CLASS="Article Class"
JGLOBAL_BLOG_CLASS_LEADING="Leading Article Class"
JGLOBAL_BLOG_LAYOUT_OPTIONS="Blog Layout"
JGLOBAL_BLOG_STYLE="Blog Layout Style"
JGLOBAL_BLOG_STYLE_J3="Joomla 3 style (Column Count)"
JGLOBAL_BLOG_STYLE_J4="Joomla 4 style ( CSS Grid)"
Comment thread
chmst marked this conversation as resolved.
Outdated
JGLOBAL_BLOG_STYLE_J4_DESC="You can add any css class for your own styling ideas. <br>Generate columns with classes column-2, column-3 etc.<br><br>Add a border with class boxed.<br>For example: column-3 boxed will make you a three column layout with a border in your primary template colour."
JGLOBAL_BLOG_STYLE_J4_LABEL="How to use modifier classes for your layout:"
JGLOBAL_CATEGORIES_OPTIONS="Categories"
JGLOBAL_CATEGORY_LAYOUT_DESC="Layout"
JGLOBAL_CATEGORY_LAYOUT_LABEL="Choose a Layout"
Expand Down Expand Up @@ -386,6 +392,7 @@ JGLOBAL_DESCRIPTION="Description"
JGLOBAL_DISPLAY_NUM="Display #"
JGLOBAL_DISPLAY_SELECT_DESC="Show or hide the Display Select dropdown listbox."
JGLOBAL_DISPLAY_SELECT_LABEL="Display Select"
JGLOBAL_DOWN="Down"
JGLOBAL_EDIT_ITEM="Edit item"
JGLOBAL_EDIT_PREFERENCES="Edit Preferences"
JGLOBAL_EMAIL="Email"
Expand Down Expand Up @@ -511,6 +518,7 @@ JGLOBAL_MODIFIED="Modified"
JGLOBAL_MODIFIED_DATE="Modified Date"
JGLOBAL_MOST_HITS="Most Hits"
JGLOBAL_MOST_RECENT_FIRST="Most Recent First"
JGLOBAL_MULTI_COLUMN_ORDER_LABEL="Multi Column Order"
Comment thread
chmst marked this conversation as resolved.
Outdated
JGLOBAL_MULTI_LEVEL="Multi Level"
JGLOBAL_NAME_ASC="Name ascending"
JGLOBAL_NAME_DESC="Name descending"
Expand All @@ -520,6 +528,7 @@ JGLOBAL_NO_ITEM_SELECTED="No items selected"
JGLOBAL_NO_MATCHING_RESULTS="No Matching Results"
JGLOBAL_NO_ORDER="No Order"
JGLOBAL_NONAPPLICABLE="N/A"
JGLOBAL_NUM_COLUMNS_LABEL="# Columns"
JGLOBAL_NUM_INTRO_ARTICLES_DESC="Number of articles to show after the leading article. Articles will be shown in columns."
JGLOBAL_NUM_INTRO_ARTICLES_LABEL="# Intro Articles"
JGLOBAL_NUM_LEADING_ARTICLES_DESC="Number of leading articles to display as full-width at the beginning of the page."
Expand Down
Loading