Skip to content

Commit

Permalink
#ADD Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SchmidtWebmedia committed Jul 30, 2019
1 parent 8265fed commit b6af6ca
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 160 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@
.idea
/Configuration/ExtensionBuilder/
/ExtensionBuilder.json
/Documentation-GENERATED-temp
docker-compose.yaml
4 changes: 2 additions & 2 deletions Documentation/Configuration/Basic/Index.rst
@@ -1,8 +1,8 @@
.. include:: ../../Includes.txt

=============
===================
Basic configuration
=============
===================

For a basically usage with Bootstrap v4 you don't need much configuration.

Expand Down
18 changes: 10 additions & 8 deletions Documentation/Configuration/CustomFramework/Index.rst
Expand Up @@ -8,18 +8,20 @@ Custom Framework configuration
If you don't use Bootstrap v4 or you need to customize the prepared grid ratio then you have to change the grid.json file.
Following steps will describe how to do it.

Step 1
""""""
Copy Grid.json
^^^^^^^^^^^^^^

Copy the Grid.json to your resources folder. The Grid.json is located in: *Resources/Private/Grid/Grid.json*

Step 2
""""""
Make your changes
^^^^^^^^^^^^^^^^^

Make your changes in your own Grid.json file.

.. important:: Please note that the main structure remains the same.

.. code-block:: json
{
"cols": [
{
Expand Down Expand Up @@ -63,8 +65,8 @@ Make your changes in your own Grid.json file.
]
}
Step 3
""""""
Change extension settings
^^^^^^^^^^^^^^^^^^^^^^^^^
The next step will be change the path of Grid.json in the extension settings.
This you will find in TYPO3 backend.

Expand All @@ -73,7 +75,7 @@ This you will find in TYPO3 backend.
:alt: Extension Settings
:width: 300px

Step 4
""""""
Clear cache
^^^^^^^^^^^

Clear all cache and be happy with your customized grid
13 changes: 10 additions & 3 deletions Documentation/Configuration/FrontendEditing/Index.rst
Expand Up @@ -4,8 +4,15 @@
Frontend Editing configuration
==============================

If you are using the Frontend Editing Extension (frontend_editing) you must make further settings.
If you use the Frontend Editing Extension (frontend_editing) and want to use the custom dropzones you must make further settings.
In this chapter I want to explain what is to do.

Step 1
======
Frontend Editing
^^^^^^^^^^^^^^^^
This documentation will only explain which configuration you need more. All others are explained in frontend_editing documentation.

Admin Panel
^^^^^^^^^^^

The TYPO3 admin panel must be activated for every editor which should also use the DropZones.
After that it can be hidden for the editor.
60 changes: 0 additions & 60 deletions Documentation/Developer/Index.rst

This file was deleted.

59 changes: 0 additions & 59 deletions Documentation/Editor/Index.rst

This file was deleted.

7 changes: 1 addition & 6 deletions Documentation/Index.rst
Expand Up @@ -10,7 +10,7 @@
.. _start:

=============================================================
Extension Name
Grid for Gridelements
=============================================================

:Version:
Expand Down Expand Up @@ -68,12 +68,7 @@ To add an easy to use grid with GridElements. It's Framework independent. Prepar
:maxdepth: 3
:hidden:


Introduction/Index
Editor/Index
Installation/Index
Configuration/Index
Developer/Index
KnownProblems/Index
Sitemap

14 changes: 0 additions & 14 deletions Documentation/Installation/Index.rst

This file was deleted.

18 changes: 10 additions & 8 deletions Documentation/Introduction/Index.rst
Expand Up @@ -22,14 +22,16 @@ This version is prepared for Bootstrap v4.
Features
========
As a TYPO3 you have to choose between thre grid options:
2 column grid
3 column grid
4 column grid

Regarding the framework configuration you can choose for example between
50%/50%
25%/75%
75%/25%

- 2 column grid
- 3 column grid
- 4 column grid

Regarding the framework configuration you can choose for example between:

- 50%/50%
- 25%/75%
- 75%/25%

layouts in a 2 column grid.

Expand Down

0 comments on commit b6af6ca

Please sign in to comment.