Skip to content

Commit

Permalink
fix: assets
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Jan 7, 2025
1 parent d35b304 commit 89cd54d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ AdminWorker
adr
ADR
ADRs
add's
Afile
AfterLineItemAddedEvent
AfterLineItemQuantityChangedEvent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The rule assignment configuration is available from Shopware Version 6.4.8.0

You want to create a custom card in the rule assignment, where you can add or delete assignments? This guide gets you covered on this topic. Based on an example of the configuration of the `Dynamic Access` plugin, you will see how to write your configuration.

![Rule config](../../../../assets/add-rule-assignment-configuration-0.png)
![Rule config](../../../../../assets/add-rule-assignment-configuration-0.png)

## Prerequisites

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Shopware.Component.override('sw-text-field', {

#### Extension new component

The extension add's an additional component via `Shopware.Component.register`.
The extension adds additional component via `Shopware.Component.register`.

Check warning on line 183 in guides/plugins/plugins/administration/system-updates/vue-native.md

View workflow job for this annotation

GitHub Actions / LanguageTool

[LanguageTool] guides/plugins/plugins/administration/system-updates/vue-native.md#L183

Add a space between sentences. (SENTENCE_WHITESPACE) Suggestions: ` Component` Rule: https://community.languagetool.org/rule/show/SENTENCE_WHITESPACE?lang=en-US Category: TYPOGRAPHY
Raw output
guides/plugins/plugins/administration/system-updates/vue-native.md:183:54: Add a space between sentences. (SENTENCE_WHITESPACE)
 Suggestions: ` Component`
 Rule: https://community.languagetool.org/rule/show/SENTENCE_WHITESPACE?lang=en-US
 Category: TYPOGRAPHY

```javascript
Shopware.Component.register('your-crazy-ai-field', {

Check warning on line 186 in guides/plugins/plugins/administration/system-updates/vue-native.md

View workflow job for this annotation

GitHub Actions / LanguageTool

[LanguageTool] guides/plugins/plugins/administration/system-updates/vue-native.md#L186

Add a space between sentences. (SENTENCE_WHITESPACE) Suggestions: ` Component` Rule: https://community.languagetool.org/rule/show/SENTENCE_WHITESPACE?lang=en-US Category: TYPOGRAPHY
Raw output
guides/plugins/plugins/administration/system-updates/vue-native.md:186:9: Add a space between sentences. (SENTENCE_WHITESPACE)
 Suggestions: ` Component`
 Rule: https://community.languagetool.org/rule/show/SENTENCE_WHITESPACE?lang=en-US
 Category: TYPOGRAPHY
Expand All @@ -196,7 +196,7 @@ Shopware.Component.register('your-crazy-ai-field', {

### Shopware 6.8

With Shopware 6.8 the core uses single file components with the composition api.
With Shopware 6.8 the core uses single file components with the composition API.

#### Core component

Expand Down

0 comments on commit 89cd54d

Please sign in to comment.