Skip to content

Commit

Permalink
Update head components section at creating_themes.rst
Browse files Browse the repository at this point in the history
Regarding issue #247

Updating the head components section at creating_themes.rst to state most head components work, including mj-style
  • Loading branch information
markusVJH authored Mar 5, 2024
1 parent bfdd86e commit 497333f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/builders/creating_themes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ Head Components

.. vale on
At present, Mautic won't process the ``<mj-head>`` tags. None of the ``<mj-attribuites>`` run, so you have to do all styling inline.
Mautic processes most of the ``<mj-head>`` components. ``<mj-attributes>`` do not run.

**Tested elements** are: mj-breakpoint, mj-font, mj-html-attributes, mj-style, mj-title, mj-preview

Check failure on line 85 in docs/builders/creating_themes.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'HTML' instead of 'html'. Raw Output: {"message": "[Vale.Terms] Use 'HTML' instead of 'html'.", "location": {"path": "docs/builders/creating_themes.rst", "range": {"start": {"line": 85, "column": 53}}}, "severity": "ERROR"}

.. vale off
Expand Down

0 comments on commit 497333f

Please sign in to comment.