Kontent / Atomic

Baseline template for Joomla
GNU General Public License v3.0
4 stars 1 forks source link

Joomla 4 compatibility #5

Open severdia opened 4 years ago

severdia commented 4 years ago

https://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_4

Rendering: Options for head

<jdoc:include type="head" />
<jdoc:include type="metas" /> for metadata
<jdoc:include type="styles" /> for CSS
<jdoc:include type="scripts" /> for javascript

Module Chrome Moved to JLayout: https://github.com/joomla/joomla-cms/pull/23570

Libraries Update to jQuery v3 as default Remove jQuery UI Update to Bootstrap 4 as default (some BS2 classes left in to ease migration) caption.js removed

Favicon Joomla 4 will attempt to load template folder favicon first rather than site root

Assets Use joomla.asset.json ?

severdia commented 4 years ago

Settings tabs:

joomla

css

js

fonts

icons

layout

custom

severdia commented 4 years ago

Confirmed as working on Joomla 4 beta, but formal support will be verified when 4.0 is GA.