Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide/Unhide themes documented #303

Merged
merged 7 commits into from
Jun 18, 2024
Merged
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
27 changes: 27 additions & 0 deletions docs/themes/manage_themes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,33 @@

.. vale off

Hiding a Theme
**************

.. vale on

Users can't remove default Themes, but they can hide them from the list of Themes in the Email and Landing Page builders.

To hide a Theme:

1. Log in to Mautic.

2. Click the **Settings** icon.

3. Click **Themes**.

4. In the Themes section, locate the Theme that you want to hide.

5. Select the drop-down before the Theme, and click **Hide**.

6. Mautic moves the Theme to the bottom of the table and show it in grey, which hides it within builders.
.. vale off

escopecz marked this conversation as resolved.
Show resolved Hide resolved
To revert this change open the context menu of the hidden Theme and click **Unhide**.

Check failure on line 129 in docs/themes/manage_themes.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Unhide'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Unhide'?", "location": {"path": "docs/themes/manage_themes.rst", "range": {"start": {"line": 129, "column": 77}}}, "severity": "ERROR"}
RCheesley marked this conversation as resolved.
Show resolved Hide resolved
.. vale on

escopecz marked this conversation as resolved.
Show resolved Hide resolved
.. vale off

Downloading a Theme
*******************

Expand Down
Loading