diff --git a/Documentation/Administrators/Index.rst b/Documentation/Administrators/Index.rst index 13727bcd..99749712 100644 --- a/Documentation/Administrators/Index.rst +++ b/Documentation/Administrators/Index.rst @@ -109,29 +109,10 @@ To create a new blog setup, follow these steps: as a comma separated list. The first value must be the value of NEW_blogFolder -RealURL Setup -^^^^^^^^^^^^^ - -RealURL Setup -The blog extension provides a configuration for EXT:realurl. - -To get nice looking URLs add the following realurl configuration to your project setup: - -.. code-block:: php - - 'fixedPostVars' => [ - '' => 'tx_blog_category', - '' => 'tx_blog_tag', - '' => 'tx_blog_author', - '' => 'tx_blog_archive' - ] - - Frontend Routing Setup ^^^^^^^^^^^^^^^^^^^^^^ -The extension provides a frontend route enhancer config. -This route enhancer config is not final yet, but you can simply include it in your site configuration: +The extension provides a frontend route enhancer configuration that you can include it in your site configuration. .. code-block:: yaml diff --git a/Resources/Private/Partials/Backend/RealUrlSetup.html b/Resources/Private/Partials/Backend/RealUrlSetup.html deleted file mode 100644 index e4621680..00000000 --- a/Resources/Private/Partials/Backend/RealUrlSetup.html +++ /dev/null @@ -1,10 +0,0 @@ - -

The blog extension provides a configuration for EXT:realurl.

-

To get nice looking URLs add the following realurl configuration to your project setup:

-
-    'fixedPostVars' => [
-        '<UID_CATEGORY_PAGE>' => 'tx_blog_category',
-        '<UID_TAG_PAGE>' => 'tx_blog_tag',
-        '<UID_ARCHIVE_PAGE>' => 'tx_blog_archive'
-    ]
-
\ No newline at end of file diff --git a/Resources/Private/Partials/Backend/UrlSetup.html b/Resources/Private/Partials/Backend/UrlSetup.html new file mode 100644 index 00000000..5b72f15e --- /dev/null +++ b/Resources/Private/Partials/Backend/UrlSetup.html @@ -0,0 +1,5 @@ + +

The extension provides a frontend route enhancer configuration that you can include it in your site configuration.

+
imports:
+    - { resource: "EXT:blog/Configuration/Routes/Default.yaml" }
+
diff --git a/Resources/Private/Templates/Backend/SetupWizard.html b/Resources/Private/Templates/Backend/SetupWizard.html index 19d82dcc..1961d905 100644 --- a/Resources/Private/Templates/Backend/SetupWizard.html +++ b/Resources/Private/Templates/Backend/SetupWizard.html @@ -23,7 +23,7 @@

- +