Skip to content

Commit 9398eaf

Browse files
committed
NEXT-25207 - Change platform only setup tab title
1 parent dce545d commit 9398eaf

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

guides/plugins/plugins/administration/add-custom-field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ As mentioned above, Shopware 6 is looking for a `main.js` file in your plugin. I
7878
```
7979

8080
{% endtab %}
81-
{% tab title="platform only" %}
81+
{% tab title="platform only (contribution setup)" %}
8282

8383
```bash
8484
composer run build:js:admin

guides/plugins/plugins/administration/add-custom-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Given this plugin would be named "AdministrationNewModule", the bundled and mini
208208
209209
{% endtab %}
210210
211-
{% tab title="platform only" %}
211+
{% tab title="platform only (contribution setup)" %}
212212
213213
```bash
214214
composer run build:js:admin

guides/plugins/plugins/administration/add-new-tab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Don't forget to rebuild the administration after applying changes to your `main.
158158
```
159159

160160
{% endtab %}
161-
{% tab title="platform only" %}
161+
{% tab title="platform only (contribution setup)" %}
162162

163163
```bash
164164
composer run build:js:admin

guides/plugins/plugins/content/cms/add-cms-block.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ In order to test your changes now, you should rebuild your administration. This
279279
```
280280

281281
{% endtab %}
282-
{% tab title="platform only" %}
282+
{% tab title="platform only (contribution setup)" %}
283283

284284
```bash
285285
composer run build:js:admin

guides/plugins/plugins/content/cms/add-cms-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ That's it! You could now go ahead and fully test your new element! Install this
415415
```
416416

417417
{% endtab %}
418-
{% tab title="platform only" %}
418+
{% tab title="platform only (contribution setup)" %}
419419

420420
```bash
421421
composer run build:js:admin

guides/plugins/plugins/storefront/add-custom-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ To see your changes you have to build the storefront. Use the following command
262262
```
263263

264264
{% endtab %}
265-
{% tab title="platform only" %}
265+
{% tab title="platform only (contribution setup)" %}
266266

267267
```bash
268268
composer run build:js:storefront

guides/plugins/plugins/storefront/add-custom-styling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Now you want to test if your custom styles actually apply to the Storefront. For
7171
```
7272

7373
{% endtab %}
74-
{% tab title="platform only" %}
74+
{% tab title="platform only (contribution setup)" %}
7575

7676
```bash
7777
composer run build:js:storefront
@@ -90,7 +90,7 @@ If you want to see all style changes made by you live, you can also use our Stor
9090
```
9191

9292
{% endtab %}
93-
{% tab title="platform only" %}
93+
{% tab title="platform only (contribution setup)" %}
9494

9595
```bash
9696
composer run watch:storefront

guides/plugins/plugins/storefront/override-existing-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To see your changes you have to build the storefront. Use the following command
111111
```
112112

113113
{% endtab %}
114-
{% tab title="platform only" %}
114+
{% tab title="platform only (contribution setup)" %}
115115

116116
```bash
117117
composer run build:js:storefront

guides/plugins/plugins/storefront/using-a-modal-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ To see your changes you have to build the storefront. Use the following command
178178
```
179179

180180
{% endtab %}
181-
{% tab title="platform only" %}
181+
{% tab title="platform only (contribution setup)" %}
182182

183183
```bash
184184
composer run build:js:storefront

guides/plugins/themes/add-css-js-to-theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To activate the hot-proxy, run the following command in your terminal.
110110
```
111111

112112
{% endtab %}
113-
{% tab title="platform only" %}
113+
{% tab title="platform only (contribution setup)" %}
114114

115115
```bash
116116
composer run watch:admin

0 commit comments

Comments
 (0)