diff --git a/Documentation/Breakingchanges/Index.rst b/Documentation/Breakingchanges/Index.rst index b55215d..9590f43 100644 --- a/Documentation/Breakingchanges/Index.rst +++ b/Documentation/Breakingchanges/Index.rst @@ -18,6 +18,16 @@ Breaking changes ---------------- +Version 3.0.0 +~~~~~~~~~~~~~ + +The extension now has the default setting ``falMedia = 1`` in the extension settings. Make sure, +that you manually migrate images and flash files for image- and flash-banners manually. + +If you still want to use non-FAL files for banners, you can switch off the falMedia setting in +the extension settings. Note, that this option will be removed in the next major version of the +extension! + Version 1.0.0 ~~~~~~~~~~~~~ diff --git a/Documentation/Configuration/ExtensionSettings/Index.rst b/Documentation/Configuration/ExtensionSettings/Index.rst new file mode 100644 index 0000000..5ec8662 --- /dev/null +++ b/Documentation/Configuration/ExtensionSettings/Index.rst @@ -0,0 +1,40 @@ +.. ================================================== +.. FOR YOUR INFORMATION +.. -------------------------------------------------- +.. -*- coding: utf-8 -*- with BOM. + +.. include:: ../../Includes.txt + + +Extension Settings +^^^^^^^^^^^^^^^^^^ + + +.. t3-field-list-table:: + :header-rows: 1 + + - :Property: + Property: + + :Data type: + Data type: + + :Description: + Description: + + :Default: + Default: + + - :Property: + falMedia + + :Data type: + boolean + + :Description: + If true, the extension will use FAL media for images in TYPO3 backend. Make sure, you do not disable this option + since the next versions of sf_banners will only work with FAL images. + + :Default: + true + diff --git a/Documentation/Configuration/Index.rst b/Documentation/Configuration/Index.rst index 8d13bc3..7e8a59a 100644 --- a/Documentation/Configuration/Index.rst +++ b/Documentation/Configuration/Index.rst @@ -25,4 +25,5 @@ Configuration :glob: Reference/Index + ExtensionSettings/Index