From 74e26814bcd0f4a1987b4e813520ea990d156b95 Mon Sep 17 00:00:00 2001 From: Marco Schmidt Date: Mon, 9 Dec 2019 15:08:11 +0100 Subject: [PATCH] #CHANGE Documentation --- Documentation/Changelog/Index.rst | 13 +++++++++++++ .../Configuration/CustomFramework/Index.rst | 9 +++++++++ Documentation/Introduction/Index.rst | 3 ++- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 6901ee7..c3b3430 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -6,6 +6,19 @@ Changelog ========= All notable changes to this project will be documented in this file. +[1.2.0] - 2019-09-12 +^^^^^^^^^^^^^^^^^^^^ +**Added** + +- One Column Layout + + +[1.1.0] - 2019-09-09 +^^^^^^^^^^^^^^^^^^^^ +**Added** + +- TYPO3 core CSS classes for layout and spacing + [1.0.0] - 2019-07-30 ^^^^^^^^^^^^^^^^^^^^ **Added** diff --git a/Documentation/Configuration/CustomFramework/Index.rst b/Documentation/Configuration/CustomFramework/Index.rst index 10b4730..9bc764f 100644 --- a/Documentation/Configuration/CustomFramework/Index.rst +++ b/Documentation/Configuration/CustomFramework/Index.rst @@ -25,6 +25,15 @@ Make your changes in your own Grid.json file. { "cols": [ { + "onecol": [ + { + "label": "", + "class": [ + "", + "" + ] + } + ], "twocol": [ { "label": "", diff --git a/Documentation/Introduction/Index.rst b/Documentation/Introduction/Index.rst index fd89ddb..3a825fe 100644 --- a/Documentation/Introduction/Index.rst +++ b/Documentation/Introduction/Index.rst @@ -21,8 +21,9 @@ This version is prepared for Bootstrap v4. Features ======== -As a TYPO3 you have to choose between thre grid options: +As a TYPO3 you have to choose between four grid options: +- 1 column grid - 2 column grid - 3 column grid - 4 column grid