From 54668ac3f983060de40712ea89c97db670998b32 Mon Sep 17 00:00:00 2001 From: Jonas Eberle Date: Sun, 1 Dec 2019 11:16:30 +0100 Subject: [PATCH] document the differences among the example themes --- Documentation/Configuration/Reference/Index.rst | 14 ++++++++------ Documentation/Introduction/Index.rst | 4 +++- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Documentation/Configuration/Reference/Index.rst b/Documentation/Configuration/Reference/Index.rst index 18efd3cc..04f0050d 100644 --- a/Documentation/Configuration/Reference/Index.rst +++ b/Documentation/Configuration/Reference/Index.rst @@ -57,15 +57,17 @@ theme my-theme :aspect:`Description` - Name of the theme. It is used to extend the :ref:`resourcesBasePath` to create a full path to to the default themes. + Name of the theme. It is used to extend the :ref:`resourcesBasePath` to create the full path to templates and assets. - The shipped default themes are: + The shipped default themes are (each showcase the functionality a bit differently): - * `bootstrap3-banner` - * `bootstrap3-modal` - * `bootstrap4-modal` + * `bootstrap3-banner`: needs Bootstrap 3; uses a text link "settings" instead of a button; shows "Accept all cookies" only after opening the settings; uses custom accordion CSS to show opened/closed state (+/x) and enhanced checkboxes + * `bootstrap3-modal`: needs Bootstrap 3, uses custom CSS on the "settings" button and the accordion to show opened/closed state (⯈/⯆), shows the checkboxes inside left of the accordion header + * `bootstrap4-modal`: needs Bootstrap 4, uses custom CSS on the "settings" button and the accordion to show opened/closed state (+/x), shows the checkboxes inside right of the accordion header - Of course you can use your own custom theme. + You can check out the :ref:`demo` or see the :ref:`screenshots` to get an idea. + + Of course you can use your own custom theme (see :ref:`customization`). .. _links.dataProtectionDeclarationPid: diff --git a/Documentation/Introduction/Index.rst b/Documentation/Introduction/Index.rst index 5bc335ca..960f7a90 100644 --- a/Documentation/Introduction/Index.rst +++ b/Documentation/Introduction/Index.rst @@ -75,7 +75,9 @@ which triggers a message inside the popup (in the "marketing" group) when enable Screenshots =========== -You can click on the screenshots to open the full resolution. +You can find some notes about the differences among the example themes here: :ref:`theme`. + +(Click on the screenshots to open the full resolution.) .. figure:: ../Images/bs4-modal-initial.png :class: with-shadow