|
| 1 | +store: |
| 2 | + availabilities: |
| 3 | + - German |
| 4 | + - International |
| 5 | + default_locale: en_GB |
| 6 | + localizations: |
| 7 | + - de_DE |
| 8 | + - en_GB |
| 9 | + categories: |
| 10 | + - Administration |
| 11 | + type: extension |
| 12 | + icon: src/Resources/config/plugin.png |
| 13 | + automatic_bugfix_version_compatibility: true |
| 14 | + description: |
| 15 | + de: file:src/Resources/store/de.md |
| 16 | + en: file:src/Resources/store/en.md |
| 17 | + installation_manual: |
| 18 | + de: file:src/Resources/store/de_manual.md |
| 19 | + en: file:src/Resources/store/en_manual.md |
| 20 | + tags: |
| 21 | + de: |
| 22 | + - Flow |
| 23 | + - Flow Builder |
| 24 | + en: |
| 25 | + - Flow |
| 26 | + - Flow Builder |
| 27 | + videos: |
| 28 | + de: [] |
| 29 | + en: [] |
| 30 | + highlights: |
| 31 | + de: |
| 32 | + - Ausführungshistorie für jeden Flow |
| 33 | + - Fehler-Tracking mit Exception-Details im Flow-Detail |
| 34 | + - Erfasst Auslöser (Benutzer, Integration, Kunde) |
| 35 | + - FroshTools Health-Check (optional) |
| 36 | + en: |
| 37 | + - Execution history for every flow |
| 38 | + - Error tracking with exception details on the flow detail page |
| 39 | + - Captures the trigger (user, integration, customer) |
| 40 | + - FroshTools health check (optional) |
| 41 | + features: |
| 42 | + de: |
| 43 | + - Flow-Ausführungshistorie |
| 44 | + - Fehler-Tracking während der Flow-Ausführung |
| 45 | + - Event-Payload-Inspektion |
| 46 | + - Auslöser-Erkennung (Benutzer/Integration/Kunde) |
| 47 | + - Geplante Bereinigung der Protokolle |
| 48 | + - Optionaler FroshTools Check |
| 49 | + en: |
| 50 | + - Flow execution history |
| 51 | + - Error tracking during flow execution |
| 52 | + - Event payload inspection |
| 53 | + - Trigger detection (user/integration/customer) |
| 54 | + - Scheduled cleanup of logs |
| 55 | + - Optional FroshTools check |
| 56 | + faq: |
| 57 | + de: [] |
| 58 | + en: [] |
| 59 | + images: |
| 60 | + - file: src/Resources/store/img-0.png |
| 61 | + activate: |
| 62 | + de: true |
| 63 | + en: true |
| 64 | + preview: |
| 65 | + de: true |
| 66 | + en: true |
| 67 | + priority: 0 |
| 68 | + - file: src/Resources/store/img-1.png |
| 69 | + activate: |
| 70 | + de: true |
| 71 | + en: true |
| 72 | + preview: |
| 73 | + de: false |
| 74 | + en: false |
| 75 | + priority: 0 |
| 76 | +build: |
| 77 | + zip: |
| 78 | + assets: |
| 79 | + enable_es_build_for_admin: true |
| 80 | + enable_es_build_for_storefront: false |
| 81 | + npm_strict: true |
| 82 | + composer: |
| 83 | + enabled: true |
| 84 | +changelog: |
| 85 | + enabled: true |
0 commit comments