diff --git a/blog/2014/10/29/the-new-evangelist/index.html b/blog/2014/10/29/the-new-evangelist/index.html
index 0277a3986c..ea20422e4b 100644
--- a/blog/2014/10/29/the-new-evangelist/index.html
+++ b/blog/2014/10/29/the-new-evangelist/index.html
@@ -41,26 +41,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -75,7 +75,7 @@
-
+
@@ -135,14 +135,14 @@
Decorating Applications with Stack by Beau D. Simensen:
-Beau explained the ideas behind composing HttpKernelInterface middlewares and the stack project. Shopware is HttpKernelInterface compatible since version 4.2.
+Beau explained the ideas behind composing HttpKernelInterface middlewares and the stack project. Shopware is HttpKernelInterface compatible since version 4.2.
Say What? Ubiquitous Language and You!, also by Beau:
@@ -1614,17 +1614,17 @@Some time ago, we started to move all the meta data from the plugin's Boostrap.php
to a file called plugin.json
.
-An example can be found in the Paypal plugin on github.
I find it very convenient to use this file - it will give you a good overview regarding Shopware version compatibility, change logs and other relevant information. If we release our Shopware account API at some point in the future, the @@ -2230,17 +2230,17 @@
This environment variable is picked by shopware.php
and bin/console
and then propagated to the kernel:
This environment variable is picked by shopware.php
and bin/console
and then propagated to the kernel:
$environment = getenv('SHOPWARE_ENV') ?: 'production';
$kernel = new Kernel($environment);
@@ -1560,7 +1560,7 @@ Generated files
Config loading
-The config loading order is defined in engine/Shopware/Configs/Default.php.
+
The config loading order is defined in engine/Shopware/Configs/Default.php.
The config loader looks for a file named config_[ENVIRONMENT].php
first. If that file does not exists it falls back to config.php
.
On my development machine all my installations contain a file named config_dev.php
.
@@ -1667,17 +1667,17 @@
Export environment globally
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2016/02/11/projects-of-the-first-internal-hackathon-in-2016/index.html b/blog/2016/02/11/projects-of-the-first-internal-hackathon-in-2016/index.html
index fb2c048d47..c814297e48 100644
--- a/blog/2016/02/11/projects-of-the-first-internal-hackathon-in-2016/index.html
+++ b/blog/2016/02/11/projects-of-the-first-internal-hackathon-in-2016/index.html
@@ -32,26 +32,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -66,7 +66,7 @@
-
+
@@ -126,14 +126,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -268,14 +268,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -346,14 +346,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -404,14 +404,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -832,8 +832,8 @@
-
- Responsive images
+
+ Datepicker
@@ -844,8 +844,8 @@
-
- Datepicker
+
+ Responsive images
@@ -938,14 +938,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1113,14 +1113,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1151,6 +1151,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1163,19 +1168,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1238,13 +1238,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1278,13 +1278,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1308,13 +1308,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1390,14 +1390,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1742,7 +1742,7 @@ Shopware goes Composer
To archive this, a few changes in the Shopware core had to be made as no files should be created and modified inside the
vendor/shopware/shopware directory. So all user generated files, like plugins, user themes, downloads etc. had to be
-moved up the the project level.
+moved up the project level.
@@ -1801,17 +1801,17 @@ LDAP Login
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2016/02/26/file-permissions-and-umask-in-php-and-shopware/index.html b/blog/2016/02/26/file-permissions-and-umask-in-php-and-shopware/index.html
index d93f7b6536..4cf3ae0ab1 100644
--- a/blog/2016/02/26/file-permissions-and-umask-in-php-and-shopware/index.html
+++ b/blog/2016/02/26/file-permissions-and-umask-in-php-and-shopware/index.html
@@ -47,26 +47,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -81,7 +81,7 @@
-
+
@@ -141,14 +141,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -283,14 +283,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -361,14 +361,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -419,14 +419,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -847,8 +847,8 @@
-
- Responsive images
+
+ Datepicker
@@ -859,8 +859,8 @@
-
- Datepicker
+
+ Responsive images
@@ -953,14 +953,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1128,14 +1128,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1166,6 +1166,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1178,19 +1183,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1253,13 +1253,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1293,13 +1293,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1323,13 +1323,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1405,14 +1405,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1675,7 +1675,7 @@ Umask in shopware
]
-You can find all the changes in the Github Pull Request.
+You can find all the changes in the Github Pull Request.
This changes will be included in the upcoming Shopware 5.1.4 release.
@@ -1711,17 +1711,17 @@From now until Monday, 19th September, you can participate in our 99 Papercuts Project and make Shopware better - one papercut at a time.
-The feedback so far has been pretty good; we've already received several contributions and merged a good amount of pull requests. +
The feedback so far has been pretty good; we've already received several contributions and merged a good amount of pull requests. We also noticed increased activity in our IRC Channel, where you can get in touch with the Community.
-You can help by reviewing the open pull requests and providing feedback.
+You can help by reviewing the open pull requests and providing feedback.
At the Community Day, we also announced that we are striving for open development in the refactoring process in order to get as much feedback as possible and to be able to work more closely with other developers and partners. We want to realize this now by sharing the first concept of the new shopping cart. You can see the development process on Github, where we created a new repository which allows the Community to create pull requests and issues. The new repository contains a new bundle in /engine/Shopware/Bundle/CartBundle
, which contains a first proof of concept for a new cart process. This first concept can change steadily due to growing requirements and that refactoring will be an ongoing process. The first features we implemented are the following:
+
At the Community Day, we also announced that we are striving for open development in the refactoring process in order to get as much feedback as possible and to be able to work more closely with other developers and partners.
+We want to realize this now by sharing the first concept of the new shopping cart.
+You can see the development process on Github,
+where we created a new repository which allows the Community to create pull requests and issues.
+The new repository contains a new bundle in /engine/Shopware/Bundle/CartBundle
, which contains a first proof of concept for a new cart process.
+This first concept can change steadily due to growing requirements and that refactoring will be an ongoing process.
+The first features we implemented are the following:
- Add, delete and change quantity of product line items
- Add and delete percentage-based vouchers
- First concept for partial delivery
There's currently no storefront integration. A view layer will follow after all calculation processes are tested. For that reason, the classes are only used inside unit tests. From a technical perspective, the cart already contains the following concepts/features: +
There's currently no storefront integration. A view layer will follow after all calculation processes are tested. +For that reason, the classes are only used inside unit tests. +From a technical perspective, the cart already contains the following concepts/features: - Percentage price calculation - Gross and net price calculation - Proportional tax calculation - Exchangeable gateway for product prices and delivery information - First proof of concept for a partial delivery to different addresses and delivery dates
-If you want to get more information about the technical concept and current implementation, take a look at our new developers guide article. This article is created to document the current state of the implementation and will contain more content regarding progressive refactoring. Due to the complexity and importance of the shopping cart inside Shopware, this will be a long-term project. Short-term integration into the core product is therefore not to be expected.
+If you want to get more information about the technical concept and current implementation, take a look at our new developers guide article. +This article is created to document the current state of the implementation and will contain more content regarding progressive refactoring. +Due to the complexity and importance of the shopping cart inside Shopware, this will be a long-term project. +Short-term integration into the core product is therefore not to be expected.
@@ -1566,17 +1577,17 @@In Shopware 5.3 we implemented a new event to SEO URL generation using the cronjob.
-Everytime the cronjob RefreshSeoIndex
is triggered, the method onRefreshSeoIndex
in engine/Shopware/Plugins/Default/Core/RebuildIndex/Bootstrap.php is called.
+Everytime the cronjob RefreshSeoIndex
is triggered, the method onRefreshSeoIndex
in engine/Shopware/Plugins/Default/Core/RebuildIndex/Bootstrap.php is called.
It now contains a new notify event called Shopware_CronJob_RefreshSeoIndex_CreateRewriteTable
, which we will use to add our own SEO URL generation process.
The event is called once for each shop after every other SEO URL (e.g. Products, Categories, ...) has been generated for this shop.
Configuration > Cache/performance > Settings > SEO > Refresh strategy
.
Basically, whenever a request is sent to the shop and the response is about to be sent back, Shopware checks if it's time to re-generate the SEO URLs.
-In only that case (refresh strategy is 'live' AND the interval has passed), the method sCreateRewriteTable
from our core module sRewriteTable is called.
sCreateRewriteTable
from our core module sRewriteTable is called.
This method only generates the SEO URLs for the currently active shop.
@@ -1663,7 +1663,7 @@We want to have our own progress bar at the bottom of the window now to generate our SEO URLs for the currently selected shop in batch mode.
-First of all we have to extend the file themes/Backend/ExtJs/backend/performance/view/main/multi_request_tasks.js. +
First of all we have to extend the file themes/Backend/ExtJs/backend/performance/view/main/multi_request_tasks.js. We have to extend the property 'seo', which contains all progress bars, their snippets and, most important, the request URL to be called for each batch call to generate the SEO URLs.
So, let's overwrite the ExtJs window. @@ -1762,7 +1762,7 @@
To collect the URLs, the getCountAction
of the SEO controller is called.
+
To collect the URLs, the getCountAction
of the SEO controller is called.
Thankfully it provides a filter event Shopware_Controllers_Seo_filterCounts
to properly add our own counts. For this we need to use the name we used earlier for the progress bar.
public static function getSubscribedEvents()
@@ -1881,7 +1881,7 @@ Add foreign parameters
Shopware needs to know our custom parameter "wordId" first.
Otherwise our parameter would just get stripped and our SEO URL wouldn't work.
-The possible cases for parameters are handled in the RewriteGenerator.
+
The possible cases for parameters are handled in the RewriteGenerator.
It has a whole lot of cases, e.g. the parameter "sArticle" is only allowed when used with the detail controller.
Thankfully, since Shopware 5.2, this method provides an event to add custom parameters.
@@ -1964,17 +1964,17 @@ Shopware 5.2 plugin
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2017/08/09/quick-tip-custom-fonts-in-the-tinymce-editor/index.html b/blog/2017/08/09/quick-tip-custom-fonts-in-the-tinymce-editor/index.html
index aa4e33e798..3aea5620a4 100644
--- a/blog/2017/08/09/quick-tip-custom-fonts-in-the-tinymce-editor/index.html
+++ b/blog/2017/08/09/quick-tip-custom-fonts-in-the-tinymce-editor/index.html
@@ -41,26 +41,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -75,7 +75,7 @@
-
+
@@ -135,14 +135,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -277,14 +277,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -355,14 +355,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -413,14 +413,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -841,8 +841,8 @@
-
- Responsive images
+
+ Datepicker
@@ -853,8 +853,8 @@
-
- Datepicker
+
+ Responsive images
@@ -947,14 +947,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1122,14 +1122,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1160,6 +1160,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1172,19 +1177,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1247,13 +1247,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1287,13 +1287,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1317,13 +1317,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1399,14 +1399,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1572,17 +1572,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2017/08/24/mutation-testing/index.html b/blog/2017/08/24/mutation-testing/index.html
index c6fee9287b..4ffc833596 100644
--- a/blog/2017/08/24/mutation-testing/index.html
+++ b/blog/2017/08/24/mutation-testing/index.html
@@ -41,26 +41,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -75,7 +75,7 @@
-
+
@@ -135,14 +135,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -277,14 +277,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -355,14 +355,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -413,14 +413,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -841,8 +841,8 @@
-
- Responsive images
+
+ Datepicker
@@ -853,8 +853,8 @@
-
- Datepicker
+
+ Responsive images
@@ -947,14 +947,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1122,14 +1122,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1160,6 +1160,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1172,19 +1177,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1247,13 +1247,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1287,13 +1287,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1317,13 +1317,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1399,14 +1399,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1760,17 +1760,17 @@ Conclusion
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2017/09/25/ajax-panel/index.html b/blog/2017/09/25/ajax-panel/index.html
index ea2639a51a..6cc02b303f 100644
--- a/blog/2017/09/25/ajax-panel/index.html
+++ b/blog/2017/09/25/ajax-panel/index.html
@@ -32,26 +32,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -66,7 +66,7 @@
-
+
@@ -126,14 +126,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -268,14 +268,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -346,14 +346,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -404,14 +404,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -832,8 +832,8 @@
-
- Responsive images
+
+ Datepicker
@@ -844,8 +844,8 @@
-
- Datepicker
+
+ Responsive images
@@ -938,14 +938,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1113,14 +1113,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1151,6 +1151,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1163,19 +1168,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1238,13 +1238,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1278,13 +1278,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1308,13 +1308,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1390,14 +1390,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1670,17 +1670,17 @@ Conclusion
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2017/09/29/shopware-goes-gitter/index.html b/blog/2017/09/29/shopware-goes-gitter/index.html
index b065ceaac7..aa3b065d94 100644
--- a/blog/2017/09/29/shopware-goes-gitter/index.html
+++ b/blog/2017/09/29/shopware-goes-gitter/index.html
@@ -35,26 +35,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -69,7 +69,7 @@
-
+
@@ -129,14 +129,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -271,14 +271,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -349,14 +349,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -407,14 +407,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -835,8 +835,8 @@
-
- Responsive images
+
+ Datepicker
@@ -847,8 +847,8 @@
-
- Datepicker
+
+ Responsive images
@@ -941,14 +941,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1116,14 +1116,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1154,6 +1154,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1166,19 +1171,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1241,13 +1241,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1281,13 +1281,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1311,13 +1311,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1393,14 +1393,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1625,17 +1625,17 @@ The transition
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2017/10/23/meetnext-a-recap/index.html b/blog/2017/10/23/meetnext-a-recap/index.html
index 32265c183d..89ec49196d 100644
--- a/blog/2017/10/23/meetnext-a-recap/index.html
+++ b/blog/2017/10/23/meetnext-a-recap/index.html
@@ -77,26 +77,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -111,7 +111,7 @@
-
+
@@ -171,14 +171,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -313,14 +313,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -391,14 +391,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -449,14 +449,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -877,8 +877,8 @@
-
- Responsive images
+
+ Datepicker
@@ -889,8 +889,8 @@
-
- Datepicker
+
+ Responsive images
@@ -983,14 +983,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1158,14 +1158,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1196,6 +1196,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1208,19 +1213,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1283,13 +1283,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1323,13 +1323,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1353,13 +1353,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1435,14 +1435,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1596,7 +1596,7 @@ Why
All that said, we want to create a second version of Shopware which only carries the good part of our legacy. We don't want to do this in the dark, doing the jack-in-the-box at some time and presenting the new and shiny brother of Shopware 5. We want to have you aboard as soon as possible. We want to hear from you if the things we are planning and implementing are what you need in the end. We want to hear what you think is a mistake, what we forgot and what is even more awesome than before.
-The #MeetNext was the first feedback event and it was, marketing speak aside, a huge success. Before we dive in, always remember you can see for yourself what is happening, either on github or in the documentation.
+The #MeetNext was the first feedback event and it was, marketing speak aside, a huge success. Before we dive in, always remember you can see for yourself what is happening, either on github or in the documentation.
A brief summary
@@ -1810,17 +1810,17 @@ Visual Impressions
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2017/11/08/exclusive-enterprise-developer-training/index.html b/blog/2017/11/08/exclusive-enterprise-developer-training/index.html
index 42787cbea9..eac1d0ed16 100644
--- a/blog/2017/11/08/exclusive-enterprise-developer-training/index.html
+++ b/blog/2017/11/08/exclusive-enterprise-developer-training/index.html
@@ -41,26 +41,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -75,7 +75,7 @@
-
+
@@ -135,14 +135,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -277,14 +277,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -355,14 +355,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -413,14 +413,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -841,8 +841,8 @@
-
- Responsive images
+
+ Datepicker
@@ -853,8 +853,8 @@
-
- Datepicker
+
+ Responsive images
@@ -947,14 +947,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1122,14 +1122,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1160,6 +1160,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1172,19 +1177,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1247,13 +1247,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1287,13 +1287,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1317,13 +1317,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1399,14 +1399,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1627,17 +1627,17 @@ Services
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2017/11/17/on-testing-strategies/index.html b/blog/2017/11/17/on-testing-strategies/index.html
index a89ed0581d..4e8d8fc0e3 100644
--- a/blog/2017/11/17/on-testing-strategies/index.html
+++ b/blog/2017/11/17/on-testing-strategies/index.html
@@ -35,26 +35,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -69,7 +69,7 @@
-
+
@@ -129,14 +129,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -271,14 +271,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -349,14 +349,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -407,14 +407,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -835,8 +835,8 @@
-
- Responsive images
+
+ Datepicker
@@ -847,8 +847,8 @@
-
- Datepicker
+
+ Responsive images
@@ -941,14 +941,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1116,14 +1116,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1154,6 +1154,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1166,19 +1171,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1241,13 +1241,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1281,13 +1281,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1311,13 +1311,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1393,14 +1393,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1863,17 +1863,17 @@ Conclusion
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2018/01/09/exclusive-enterprise-developer-training/index.html b/blog/2018/01/09/exclusive-enterprise-developer-training/index.html
index 62737f2fff..b6ead36c65 100644
--- a/blog/2018/01/09/exclusive-enterprise-developer-training/index.html
+++ b/blog/2018/01/09/exclusive-enterprise-developer-training/index.html
@@ -41,26 +41,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -75,7 +75,7 @@
-
+
@@ -135,14 +135,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -277,14 +277,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -355,14 +355,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -413,14 +413,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -841,8 +841,8 @@
-
- Responsive images
+
+ Datepicker
@@ -853,8 +853,8 @@
-
- Datepicker
+
+ Responsive images
@@ -947,14 +947,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1122,14 +1122,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1160,6 +1160,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1172,19 +1177,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1247,13 +1247,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1287,13 +1287,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1317,13 +1317,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1399,14 +1399,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1632,17 +1632,17 @@ Services
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2018/01/11/mutation-testing-with-infection/index.html b/blog/2018/01/11/mutation-testing-with-infection/index.html
index d51b76f1f0..ee675f8bf8 100644
--- a/blog/2018/01/11/mutation-testing-with-infection/index.html
+++ b/blog/2018/01/11/mutation-testing-with-infection/index.html
@@ -41,26 +41,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -75,7 +75,7 @@
-
+
@@ -135,14 +135,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -277,14 +277,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -355,14 +355,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -413,14 +413,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -841,8 +841,8 @@
-
- Responsive images
+
+ Datepicker
@@ -853,8 +853,8 @@
-
- Datepicker
+
+ Responsive images
@@ -947,14 +947,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1122,14 +1122,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1160,6 +1160,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1172,19 +1177,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1247,13 +1247,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1287,13 +1287,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1317,13 +1317,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1399,14 +1399,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1968,17 +1968,17 @@ Conclusion
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2018/01/23/how-to-use-environment-variables-for-plugin-configuration/index.html b/blog/2018/01/23/how-to-use-environment-variables-for-plugin-configuration/index.html
index 7408a70919..aae2cd5aa7 100644
--- a/blog/2018/01/23/how-to-use-environment-variables-for-plugin-configuration/index.html
+++ b/blog/2018/01/23/how-to-use-environment-variables-for-plugin-configuration/index.html
@@ -41,26 +41,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -75,7 +75,7 @@
-
+
@@ -135,14 +135,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -277,14 +277,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -355,14 +355,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -413,14 +413,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -841,8 +841,8 @@
-
- Responsive images
+
+ Datepicker
@@ -853,8 +853,8 @@
-
- Datepicker
+
+ Responsive images
@@ -947,14 +947,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1122,14 +1122,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1160,6 +1160,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1172,19 +1177,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1247,13 +1247,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1287,13 +1287,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1317,13 +1317,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1399,14 +1399,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1601,17 +1601,17 @@ Conclusion
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2018/01/31/free-online-course-shopware-developer-basic-training/index.html b/blog/2018/01/31/free-online-course-shopware-developer-basic-training/index.html
index b310923639..b7c3a76153 100644
--- a/blog/2018/01/31/free-online-course-shopware-developer-basic-training/index.html
+++ b/blog/2018/01/31/free-online-course-shopware-developer-basic-training/index.html
@@ -35,26 +35,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -69,7 +69,7 @@
-
+
@@ -129,14 +129,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -271,14 +271,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -349,14 +349,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -407,14 +407,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -835,8 +835,8 @@
-
- Responsive images
+
+ Datepicker
@@ -847,8 +847,8 @@
-
- Datepicker
+
+ Responsive images
@@ -941,14 +941,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1116,14 +1116,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1154,6 +1154,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1166,19 +1171,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1241,13 +1241,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1281,13 +1281,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1311,13 +1311,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1393,14 +1393,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1571,17 +1571,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2018/03/15/new-get-your-template-or-developer-certification-online/index.html b/blog/2018/03/15/new-get-your-template-or-developer-certification-online/index.html
index 73416aab38..6f8b8989b4 100644
--- a/blog/2018/03/15/new-get-your-template-or-developer-certification-online/index.html
+++ b/blog/2018/03/15/new-get-your-template-or-developer-certification-online/index.html
@@ -29,26 +29,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -63,7 +63,7 @@
-
+
@@ -123,14 +123,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -265,14 +265,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -343,14 +343,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -401,14 +401,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -829,8 +829,8 @@
-
- Responsive images
+
+ Datepicker
@@ -841,8 +841,8 @@
-
- Datepicker
+
+ Responsive images
@@ -935,14 +935,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1110,14 +1110,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1148,6 +1148,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1160,19 +1165,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1235,13 +1235,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1275,13 +1275,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1305,13 +1305,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1387,14 +1387,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1557,17 +1557,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2018/03/20/thoughtram-angular-master-class-at-shopware/index.html b/blog/2018/03/20/thoughtram-angular-master-class-at-shopware/index.html
index c59c7e5b1f..188ad617c2 100644
--- a/blog/2018/03/20/thoughtram-angular-master-class-at-shopware/index.html
+++ b/blog/2018/03/20/thoughtram-angular-master-class-at-shopware/index.html
@@ -35,26 +35,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -69,7 +69,7 @@
-
+
@@ -129,14 +129,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -271,14 +271,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -349,14 +349,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -407,14 +407,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -835,8 +835,8 @@
-
- Responsive images
+
+ Datepicker
@@ -847,8 +847,8 @@
-
- Datepicker
+
+ Responsive images
@@ -941,14 +941,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1116,14 +1116,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1154,6 +1154,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1166,19 +1171,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1241,13 +1241,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1281,13 +1281,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1311,13 +1311,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1393,14 +1393,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1583,17 +1583,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2018/06/07/an-anecdote-about-pair-programming/index.html b/blog/2018/06/07/an-anecdote-about-pair-programming/index.html
index c0a286fe83..a20d5fa2fa 100644
--- a/blog/2018/06/07/an-anecdote-about-pair-programming/index.html
+++ b/blog/2018/06/07/an-anecdote-about-pair-programming/index.html
@@ -29,26 +29,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -63,7 +63,7 @@
-
+
@@ -123,14 +123,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -265,14 +265,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -343,14 +343,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -401,14 +401,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -829,8 +829,8 @@
-
- Responsive images
+
+ Datepicker
@@ -841,8 +841,8 @@
-
- Datepicker
+
+ Responsive images
@@ -935,14 +935,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1110,14 +1110,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1148,6 +1148,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1160,19 +1165,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1235,13 +1235,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1275,13 +1275,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1305,13 +1305,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1387,14 +1387,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1669,17 +1669,17 @@ Epilogue
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2018/07/25/an-easy-example-how-to-switch-from-classic-installation-to-composer-installation/index.html b/blog/2018/07/25/an-easy-example-how-to-switch-from-classic-installation-to-composer-installation/index.html
index 762f5f564d..71717b20f7 100644
--- a/blog/2018/07/25/an-easy-example-how-to-switch-from-classic-installation-to-composer-installation/index.html
+++ b/blog/2018/07/25/an-easy-example-how-to-switch-from-classic-installation-to-composer-installation/index.html
@@ -41,26 +41,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -75,7 +75,7 @@
-
+
@@ -135,14 +135,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -277,14 +277,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -355,14 +355,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -413,14 +413,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -841,8 +841,8 @@
-
- Responsive images
+
+ Datepicker
@@ -853,8 +853,8 @@
-
- Datepicker
+
+ Responsive images
@@ -947,14 +947,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1122,14 +1122,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1160,6 +1160,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1172,19 +1177,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1247,13 +1247,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1287,13 +1287,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1317,13 +1317,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1399,14 +1399,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1641,17 +1641,17 @@ Conclusion
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2018/08/22/an-argument-against-microservices/index.html b/blog/2018/08/22/an-argument-against-microservices/index.html
index 71ca725be1..f8eb36b0db 100644
--- a/blog/2018/08/22/an-argument-against-microservices/index.html
+++ b/blog/2018/08/22/an-argument-against-microservices/index.html
@@ -29,26 +29,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -63,7 +63,7 @@
-
+
@@ -123,14 +123,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -265,14 +265,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -343,14 +343,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -401,14 +401,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -829,8 +829,8 @@
-
- Responsive images
+
+ Datepicker
@@ -841,8 +841,8 @@
-
- Datepicker
+
+ Responsive images
@@ -935,14 +935,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1110,14 +1110,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1148,6 +1148,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1160,19 +1165,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1235,13 +1235,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1275,13 +1275,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1305,13 +1305,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1387,14 +1387,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1680,17 +1680,17 @@ Conclusion
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2018/09/28/clickstream-analysis-with-server-logs/index.html b/blog/2018/09/28/clickstream-analysis-with-server-logs/index.html
index ffbe4a4d9f..35f65e898c 100644
--- a/blog/2018/09/28/clickstream-analysis-with-server-logs/index.html
+++ b/blog/2018/09/28/clickstream-analysis-with-server-logs/index.html
@@ -29,26 +29,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -63,7 +63,7 @@
-
+
@@ -123,14 +123,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -265,14 +265,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -343,14 +343,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -401,14 +401,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -829,8 +829,8 @@
-
- Responsive images
+
+ Datepicker
@@ -841,8 +841,8 @@
-
- Datepicker
+
+ Responsive images
@@ -935,14 +935,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1110,14 +1110,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1148,6 +1148,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1160,19 +1165,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1235,13 +1235,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1275,13 +1275,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1305,13 +1305,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1387,14 +1387,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1630,17 +1630,17 @@ Literature
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2018/11/30/what-is-phive-and-why-you-should-use-it/index.html b/blog/2018/11/30/what-is-phive-and-why-you-should-use-it/index.html
index 686c5949b9..185aff33cc 100644
--- a/blog/2018/11/30/what-is-phive-and-why-you-should-use-it/index.html
+++ b/blog/2018/11/30/what-is-phive-and-why-you-should-use-it/index.html
@@ -29,26 +29,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -63,7 +63,7 @@
-
+
@@ -123,14 +123,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -265,14 +265,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -343,14 +343,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -401,14 +401,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -829,8 +829,8 @@
-
- Responsive images
+
+ Datepicker
@@ -841,8 +841,8 @@
-
- Datepicker
+
+ Responsive images
@@ -935,14 +935,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1110,14 +1110,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1148,6 +1148,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1160,19 +1165,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1235,13 +1235,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1275,13 +1275,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1305,13 +1305,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1387,14 +1387,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1616,17 +1616,17 @@ Conclusion
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/2019/06/11/shopware-tech-keynote/index.html b/blog/2019/06/11/shopware-tech-keynote/index.html
index bf1656c961..b32acaeb00 100644
--- a/blog/2019/06/11/shopware-tech-keynote/index.html
+++ b/blog/2019/06/11/shopware-tech-keynote/index.html
@@ -36,26 +36,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -70,7 +70,7 @@
-
+
@@ -130,14 +130,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -272,14 +272,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -350,14 +350,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -408,14 +408,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -836,8 +836,8 @@
-
- Responsive images
+
+ Datepicker
@@ -848,8 +848,8 @@
-
- Datepicker
+
+ Responsive images
@@ -942,14 +942,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1117,14 +1117,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1155,6 +1155,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1167,19 +1172,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1242,13 +1242,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1282,13 +1282,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1312,13 +1312,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1394,14 +1394,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1696,17 +1696,17 @@ Conclusion
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/atom.xml b/blog/atom.xml
index 478d437e08..2efcc99a5e 100644
--- a/blog/atom.xml
+++ b/blog/atom.xml
@@ -3,7 +3,7 @@
- 2023-06-15T11:43:57+00:00
+ 2023-08-29T12:25:26+00:00
https://developers.shopware.com/
Sculpin
diff --git a/blog/authors/aa/index.html b/blog/authors/aa/index.html
index e06514e2d5..5912ab7be7 100644
--- a/blog/authors/aa/index.html
+++ b/blog/authors/aa/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer
- June 15th, 2023
+ August 29th, 2023
@@ -1538,17 +1538,17 @@ Posts by Arnold Stoba
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/bc/index.html b/blog/authors/bc/index.html
index e6031ec8b9..e37cc029a3 100644
--- a/blog/authors/bc/index.html
+++ b/blog/authors/bc/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer && Developer Advocate
- June 15th, 2023
+ August 29th, 2023
@@ -1585,17 +1585,17 @@ Posts by Benjamin Cremer
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/cr/index.html b/blog/authors/cr/index.html
index 5753f537f4..22cb899606 100644
--- a/blog/authors/cr/index.html
+++ b/blog/authors/cr/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer
- June 15th, 2023
+ August 29th, 2023
@@ -1538,17 +1538,17 @@ Posts by Christian Rades
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/dk/index.html b/blog/authors/dk/index.html
index 4ad023b2b9..5504a1f585 100644
--- a/blog/authors/dk/index.html
+++ b/blog/authors/dk/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer
- June 15th, 2023
+ August 29th, 2023
@@ -1538,17 +1538,17 @@ Posts by Dominic Klein
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/dn/index.html b/blog/authors/dn/index.html
index 9d0f08d0ac..c4df721e3b 100644
--- a/blog/authors/dn/index.html
+++ b/blog/authors/dn/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer
- June 15th, 2023
+ August 29th, 2023
@@ -1605,17 +1605,17 @@ Posts by Daniel Nögel
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/dn/page/2/index.html b/blog/authors/dn/page/2/index.html
index f7716b147b..deccafa3ce 100644
--- a/blog/authors/dn/page/2/index.html
+++ b/blog/authors/dn/page/2/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer
- June 15th, 2023
+ August 29th, 2023
@@ -1605,17 +1605,17 @@ Posts by Daniel Nögel
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/dr/index.html b/blog/authors/dr/index.html
index 96637ac518..66400e10dd 100644
--- a/blog/authors/dr/index.html
+++ b/blog/authors/dr/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer
- June 15th, 2023
+ August 29th, 2023
@@ -1544,17 +1544,17 @@ Posts by Oliver Skroblin
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/hd/index.html b/blog/authors/hd/index.html
index 0d5c9c1e08..21f7eacfee 100644
--- a/blog/authors/hd/index.html
+++ b/blog/authors/hd/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer, Team Leader
- June 15th, 2023
+ August 29th, 2023
@@ -1543,17 +1543,17 @@ Posts by Dennis Höting
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/jp/index.html b/blog/authors/jp/index.html
index f7fdf58e3d..18612c4f11 100644
--- a/blog/authors/jp/index.html
+++ b/blog/authors/jp/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer
- June 15th, 2023
+ August 29th, 2023
@@ -1572,17 +1572,17 @@ Posts by Jan Philipp Pietrzyk
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/lh/index.html b/blog/authors/lh/index.html
index e9e957e7fe..21e2801473 100644
--- a/blog/authors/lh/index.html
+++ b/blog/authors/lh/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Enterprise Developer
- June 15th, 2023
+ August 29th, 2023
@@ -1548,17 +1548,17 @@ Posts by Linus Holtstiege
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/ms/index.html b/blog/authors/ms/index.html
index 0d73ee73dc..68833a0793 100644
--- a/blog/authors/ms/index.html
+++ b/blog/authors/ms/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Product Manager Core
- June 15th, 2023
+ August 29th, 2023
@@ -1543,17 +1543,17 @@ Posts by Marcel Schmäing
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/nd/index.html b/blog/authors/nd/index.html
index 58f057c09b..77dccd2404 100644
--- a/blog/authors/nd/index.html
+++ b/blog/authors/nd/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer / Developer Evangelist
- June 15th, 2023
+ August 29th, 2023
@@ -1579,17 +1579,17 @@ Posts by Niklas Dzösch
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/ps/index.html b/blog/authors/ps/index.html
index a088899a67..ac48465e71 100644
--- a/blog/authors/ps/index.html
+++ b/blog/authors/ps/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer
- June 15th, 2023
+ August 29th, 2023
@@ -1543,17 +1543,17 @@ Posts by Patrick Stahl
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/psc/index.html b/blog/authors/psc/index.html
index a2bac65762..6371ac9fb5 100644
--- a/blog/authors/psc/index.html
+++ b/blog/authors/psc/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer
- June 15th, 2023
+ August 29th, 2023
@@ -1572,17 +1572,17 @@ Posts by Philipp Schuch
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/rc/index.html b/blog/authors/rc/index.html
index 29b62d63b8..4c02dd51e9 100644
--- a/blog/authors/rc/index.html
+++ b/blog/authors/rc/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Enterprise Developer
- June 15th, 2023
+ August 29th, 2023
@@ -1548,17 +1548,17 @@ Posts by Raphael Emmerich
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/sf/index.html b/blog/authors/sf/index.html
index 2586f82f71..2929f7eb60 100644
--- a/blog/authors/sf/index.html
+++ b/blog/authors/sf/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer Connect
- June 15th, 2023
+ August 29th, 2023
@@ -1548,17 +1548,17 @@ Posts by Sven Finke
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/stp/index.html b/blog/authors/stp/index.html
index beaf909cde..32082e5707 100644
--- a/blog/authors/stp/index.html
+++ b/blog/authors/stp/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer
- June 15th, 2023
+ August 29th, 2023
@@ -1573,17 +1573,17 @@ Posts by Stephan Pohl
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/tg/index.html b/blog/authors/tg/index.html
index 9701bdabb4..cf0b7b078d 100644
--- a/blog/authors/tg/index.html
+++ b/blog/authors/tg/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer
- June 15th, 2023
+ August 29th, 2023
@@ -1543,17 +1543,17 @@ Posts by Tiago Garcia
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/tn/index.html b/blog/authors/tn/index.html
index eb6182ed26..e38447f955 100644
--- a/blog/authors/tn/index.html
+++ b/blog/authors/tn/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
, Developer
- June 15th, 2023
+ August 29th, 2023
@@ -1572,17 +1572,17 @@ Posts by Thomas Eiling
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/authors/viison/index.html b/blog/authors/viison/index.html
index 29255c0c5f..a40fc9ca7e 100644
--- a/blog/authors/viison/index.html
+++ b/blog/authors/viison/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1483,7 +1483,7 @@
- June 15th, 2023
+ August 29th, 2023
@@ -1543,17 +1543,17 @@ Posts by VIISON (Guest Blogger)
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/index.html b/blog/index.html
index e49f85e7d9..8880aeeb2a 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -2077,17 +2077,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/page/2/index.html b/blog/page/2/index.html
index c11790e5b4..ea7d2fe52a 100644
--- a/blog/page/2/index.html
+++ b/blog/page/2/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -2123,17 +2123,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/page/3/index.html b/blog/page/3/index.html
index eed4ad7208..58c58a0cd3 100644
--- a/blog/page/3/index.html
+++ b/blog/page/3/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1736,7 +1736,8 @@
- How far are you with the development
- Which new features come with the new shopping cart?
-At the Community Day, we also announced that we are striving for open development in the refactoring process in order to get as much feedback as possible and to be able to work more closely with other developers and partners. We...
+At the Community Day, we also announced that we are striving for open development in the refactoring process in order to get as much feedback as possible and to be able to work more closely with other developers and partners.
+We want...
@@ -2042,17 +2043,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/page/4/index.html b/blog/page/4/index.html
index 8b4df51b1b..974671280d 100644
--- a/blog/page/4/index.html
+++ b/blog/page/4/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -2106,17 +2106,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/page/5/index.html b/blog/page/5/index.html
index 5306cc350e..2d6fe068ba 100644
--- a/blog/page/5/index.html
+++ b/blog/page/5/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -2113,17 +2113,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/page/6/index.html b/blog/page/6/index.html
index 0b7ac85686..ce43492983 100644
--- a/blog/page/6/index.html
+++ b/blog/page/6/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -2082,17 +2082,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/blog/page/7/index.html b/blog/page/7/index.html
index 5bed4fe7fa..90534febfc 100644
--- a/blog/page/7/index.html
+++ b/blog/page/7/index.html
@@ -13,26 +13,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,7 +48,7 @@
-
+
@@ -108,14 +108,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -250,14 +250,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -328,14 +328,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -386,14 +386,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -814,8 +814,8 @@
-
- Responsive images
+
+ Datepicker
@@ -826,8 +826,8 @@
-
- Datepicker
+
+ Responsive images
@@ -920,14 +920,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1095,14 +1095,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1133,6 +1133,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1145,19 +1150,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1220,13 +1220,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1260,13 +1260,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1290,13 +1290,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1372,14 +1372,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -2014,17 +2014,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/community/contribution-guideline/index.html b/community/contribution-guideline/index.html
index e7b10a6564..e381d77c5d 100644
--- a/community/contribution-guideline/index.html
+++ b/community/contribution-guideline/index.html
@@ -12,26 +12,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -46,7 +46,7 @@
-
+
@@ -106,14 +106,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -248,14 +248,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -326,14 +326,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -384,14 +384,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -812,8 +812,8 @@
-
- Responsive images
+
+ Datepicker
@@ -824,8 +824,8 @@
-
- Datepicker
+
+ Responsive images
@@ -918,14 +918,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1093,14 +1093,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1131,6 +1131,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1143,19 +1148,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1218,13 +1218,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1258,13 +1258,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1288,13 +1288,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1370,14 +1370,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1495,17 +1495,17 @@ Introduction
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/community/gitter/index.html b/community/gitter/index.html
index 839f45e44f..a02fe88f72 100644
--- a/community/gitter/index.html
+++ b/community/gitter/index.html
@@ -12,26 +12,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -46,7 +46,7 @@
-
+
@@ -106,14 +106,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -248,14 +248,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -326,14 +326,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -384,14 +384,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -812,8 +812,8 @@
-
- Responsive images
+
+ Datepicker
@@ -824,8 +824,8 @@
-
- Datepicker
+
+ Responsive images
@@ -918,14 +918,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1093,14 +1093,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1131,6 +1131,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1143,19 +1148,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1218,13 +1218,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1258,13 +1258,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1288,13 +1288,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1370,14 +1370,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1516,17 +1516,17 @@ Why not IRC or Slack?
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/community/index.html b/community/index.html
index 8de0d7072f..5de1a49c64 100644
--- a/community/index.html
+++ b/community/index.html
@@ -12,26 +12,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -46,7 +46,7 @@
-
+
@@ -106,14 +106,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -248,14 +248,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -326,14 +326,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -384,14 +384,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -812,8 +812,8 @@
-
- Responsive images
+
+ Datepicker
@@ -824,8 +824,8 @@
-
- Datepicker
+
+ Responsive images
@@ -918,14 +918,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1093,14 +1093,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1131,6 +1131,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1143,19 +1148,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1218,13 +1218,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1258,13 +1258,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1288,13 +1288,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1370,14 +1370,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1503,7 +1503,7 @@ Contributing
Sources
- - Shopware
+ - Shopware
- Developers Documentation
- Shopware 5 organisation (miscellaneous open source projects, related to Shopware 5)
- Crowdin (localization and translation platform)
@@ -1537,17 +1537,17 @@ Guides
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/community/irc/index.html b/community/irc/index.html
index fbb54d6a86..6e1a9930da 100644
--- a/community/irc/index.html
+++ b/community/irc/index.html
@@ -12,26 +12,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -46,7 +46,7 @@
-
+
@@ -106,14 +106,14 @@
@@ -248,14 +248,14 @@
@@ -326,14 +326,14 @@
@@ -384,14 +384,14 @@
@@ -812,8 +812,8 @@
@@ -824,8 +824,8 @@
@@ -918,14 +918,14 @@
@@ -1093,14 +1093,14 @@
@@ -1131,6 +1131,11 @@
Demo Environment
+
+
-
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1520,17 +1520,17 @@ "But I
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/designers-guide/backend-icons/index.html b/designers-guide/backend-icons/index.html
index f674b4acf4..351642f655 100644
--- a/designers-guide/backend-icons/index.html
+++ b/designers-guide/backend-icons/index.html
@@ -12,26 +12,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -46,7 +46,7 @@
-
+
@@ -106,14 +106,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -248,14 +248,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -326,14 +326,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -384,14 +384,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -812,8 +812,8 @@
-
- Responsive images
+
+ Datepicker
@@ -824,8 +824,8 @@
-
- Datepicker
+
+ Responsive images
@@ -918,14 +918,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1093,14 +1093,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1131,6 +1131,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1143,19 +1148,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1218,13 +1218,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1258,13 +1258,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1288,13 +1288,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1370,14 +1370,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -15085,17 +15085,17 @@ Device icons overview
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/designers-guide/best-practice-theme-development/index.html b/designers-guide/best-practice-theme-development/index.html
index 989b0cde42..9a272ec046 100644
--- a/designers-guide/best-practice-theme-development/index.html
+++ b/designers-guide/best-practice-theme-development/index.html
@@ -12,26 +12,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -46,7 +46,7 @@
-
+
@@ -106,14 +106,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -248,14 +248,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -326,14 +326,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -384,14 +384,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -812,8 +812,8 @@
-
- Responsive images
+
+ Datepicker
@@ -824,8 +824,8 @@
-
- Datepicker
+
+ Responsive images
@@ -918,14 +918,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1093,14 +1093,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1131,6 +1131,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1143,19 +1148,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1218,13 +1218,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1258,13 +1258,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1288,13 +1288,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1370,14 +1370,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1633,17 +1633,17 @@ Adding your own tasks
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/designers-guide/browser-notice/index.html b/designers-guide/browser-notice/index.html
index 246ee0eee8..5d290b0e77 100644
--- a/designers-guide/browser-notice/index.html
+++ b/designers-guide/browser-notice/index.html
@@ -12,26 +12,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -46,7 +46,7 @@
-
+
@@ -106,14 +106,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -248,14 +248,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -326,14 +326,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -384,14 +384,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -812,8 +812,8 @@
-
- Responsive images
+
+ Datepicker
@@ -824,8 +824,8 @@
-
- Datepicker
+
+ Responsive images
@@ -916,18 +916,18 @@
Google PageSpeed
-
-
-
- Outdated browser notification
-
-
Range slider algorithm
+
+
+
+ Outdated browser notification
+
+
@@ -1093,14 +1093,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1131,6 +1131,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1143,19 +1148,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1218,13 +1218,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1258,13 +1258,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1288,13 +1288,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1370,14 +1370,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1586,17 +1586,17 @@ Edit the CSS
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/designers-guide/configuration-using-theme-php/index.html b/designers-guide/configuration-using-theme-php/index.html
index d240be8e65..1d0b607eac 100644
--- a/designers-guide/configuration-using-theme-php/index.html
+++ b/designers-guide/configuration-using-theme-php/index.html
@@ -12,26 +12,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -46,7 +46,7 @@
-
+
@@ -106,14 +106,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -248,14 +248,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -326,14 +326,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -384,14 +384,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -812,8 +812,8 @@
-
- Responsive images
+
+ Datepicker
@@ -824,8 +824,8 @@
-
- Datepicker
+
+ Responsive images
@@ -918,14 +918,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1093,14 +1093,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1131,6 +1131,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1143,19 +1148,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1218,13 +1218,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1258,13 +1258,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1288,13 +1288,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1370,14 +1370,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1806,17 +1806,17 @@ Configuration sets
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/designers-guide/css-and-js-files-usage/index.html b/designers-guide/css-and-js-files-usage/index.html
index 8686010970..c0f8fe36dc 100644
--- a/designers-guide/css-and-js-files-usage/index.html
+++ b/designers-guide/css-and-js-files-usage/index.html
@@ -12,26 +12,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -46,7 +46,7 @@
-
+
@@ -106,14 +106,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -248,14 +248,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -326,14 +326,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -384,14 +384,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -812,8 +812,8 @@
-
- Responsive images
+
+ Datepicker
@@ -824,8 +824,8 @@
-
- Datepicker
+
+ Responsive images
@@ -918,14 +918,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1093,14 +1093,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1131,6 +1131,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1143,19 +1148,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1218,13 +1218,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1258,13 +1258,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1288,13 +1288,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1370,14 +1370,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1560,17 +1560,17 @@ Asynchronous JavaScript
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/designers-guide/custom-detail-page/index.html b/designers-guide/custom-detail-page/index.html
index 7eb945bff2..d536552587 100644
--- a/designers-guide/custom-detail-page/index.html
+++ b/designers-guide/custom-detail-page/index.html
@@ -12,26 +12,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -46,7 +46,7 @@
-
+
@@ -106,14 +106,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -248,14 +248,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -326,14 +326,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -384,14 +384,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -812,8 +812,8 @@
-
- Responsive images
+
+ Datepicker
@@ -824,8 +824,8 @@
-
- Datepicker
+
+ Responsive images
@@ -918,14 +918,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1093,14 +1093,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1131,6 +1131,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1143,19 +1148,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1218,13 +1218,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1258,13 +1258,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1288,13 +1288,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1370,14 +1370,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1949,17 +1949,17 @@ Download theme plugin
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/designers-guide/custom-listing-page/index.html b/designers-guide/custom-listing-page/index.html
index 1cc16deaeb..09f963c4fd 100644
--- a/designers-guide/custom-listing-page/index.html
+++ b/designers-guide/custom-listing-page/index.html
@@ -12,26 +12,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -46,7 +46,7 @@
-
+
@@ -106,14 +106,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -248,14 +248,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -326,14 +326,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -384,14 +384,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -812,8 +812,8 @@
-
- Responsive images
+
+ Datepicker
@@ -824,8 +824,8 @@
-
- Datepicker
+
+ Responsive images
@@ -918,14 +918,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1093,14 +1093,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1131,6 +1131,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1143,19 +1148,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1218,13 +1218,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1258,13 +1258,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1288,13 +1288,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1370,14 +1370,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1768,17 +1768,17 @@ Download theme plugin
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/designers-guide/custom-templates/index.html b/designers-guide/custom-templates/index.html
index a6f868f408..8817df11cf 100644
--- a/designers-guide/custom-templates/index.html
+++ b/designers-guide/custom-templates/index.html
@@ -12,26 +12,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -46,7 +46,7 @@
-
+
@@ -106,14 +106,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -248,14 +248,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -326,14 +326,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -384,14 +384,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -812,8 +812,8 @@
-
- Responsive images
+
+ Datepicker
@@ -824,8 +824,8 @@
-
- Datepicker
+
+ Responsive images
@@ -918,14 +918,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1093,14 +1093,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1131,6 +1131,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1143,19 +1148,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1218,13 +1218,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1258,13 +1258,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1288,13 +1288,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1370,14 +1370,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1559,17 +1559,17 @@ Custom product box layouts
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/designers-guide/datepicker/index.html b/designers-guide/datepicker/index.html
index 3a3e7b384f..8fd1039a85 100644
--- a/designers-guide/datepicker/index.html
+++ b/designers-guide/datepicker/index.html
@@ -12,26 +12,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -46,7 +46,7 @@
-
+
@@ -106,14 +106,14 @@
-
- Plugin guidelines
+
+ Events
-
- Events
+
+ Plugin guidelines
@@ -248,14 +248,14 @@
-
- HTTP Cache
+
+ Address Management
-
- Address Management
+
+ HTTP Cache
@@ -326,14 +326,14 @@
-
- Media Optimizer
+
+ Register a cookie to the cookie consent manager
-
- Register a cookie to the cookie consent manager
+
+ Media Optimizer
@@ -384,14 +384,14 @@
-
- Create custom url slugger
+
+ Create custom payment plugin
-
- Create custom payment plugin
+
+ Create custom url slugger
@@ -811,9 +811,9 @@
-
-
- Responsive images
+
+
+ Datepicker
@@ -823,9 +823,9 @@
-
-
- Datepicker
+
+
+ Responsive images
@@ -918,14 +918,14 @@
-
- Outdated browser notification
+
+ Range slider algorithm
-
- Range slider algorithm
+
+ Outdated browser notification
@@ -1093,14 +1093,14 @@
-
- Extension Guide
+
+ Installation Guide
-
- Installation Guide
+
+ Extension Guide
@@ -1131,6 +1131,11 @@
Demo Environment
+
+
+
+ Profile Page
+
@@ -1143,19 +1148,14 @@
-
- Profile Page
+
+ Statistics
Company
-
-
-
- Statistics
-
@@ -1218,13 +1218,13 @@
-
- Payment
+
+ Quick start
-
- Quick start
+
+ Payment
@@ -1258,13 +1258,13 @@
-
- Dependency injection
+
+ Method Structure
-
- Method Structure
+
+ Dependency injection
@@ -1288,13 +1288,13 @@
-
- Product Search
+
+ Ajax panel
-
- Ajax panel
+
+ Product Search
@@ -1370,14 +1370,14 @@
-
- Download
+
+ Example Plugins
-
- Example Plugins
+
+ Download
@@ -1506,7 +1506,7 @@ Template
data-enabledDates="2017-05-01, 2017-04-24, 2017-06-15" />
-Every data attribute overwrites one of the default values in themes/Frontend/Responsive/frontend/_public/src/js/jQuery.datepicker.js
, which alter the behaviour of the datepicker plugin.
Every data attribute overwrites one of the default values in themes/Frontend/Responsive/frontend/_public/src/js/jQuery.datepicker.js
, which alter the behaviour of the datepicker plugin.