From 850dfe6aecee79c8fc83e1769d4f2f0a7fc29748 Mon Sep 17 00:00:00 2001 From: Marcel Reichelt Date: Thu, 11 Jun 2026 12:57:23 +0200 Subject: [PATCH] updated READMEs --- README.DE.md | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.DE.md b/README.DE.md index 7a793ed..4e32398 100644 --- a/README.DE.md +++ b/README.DE.md @@ -67,7 +67,7 @@ Ein PHX-Frontend-Plugin ist eine Angular-Anwendung, die als **Custom Element** ( - [Node.js](https://nodejs.org/) (LTS empfohlen) - [Yarn v4](https://yarnpkg.com/getting-started/install) - Eine laufende PHX-Instanz (für Plugin-Host-Tests und GraphQL-Schema/Codegen) -- Ein **npm-Zugangstoken** mit Lesezugriff auf PHXGMBH-Pakete — anfordern unter [support@phx-erp.de](mailto:support@phx-erp.de) +- Ein **npm-Zugangstoken** mit Lesezugriff auf PHXGMBH-Pakete — anfordern über Ihren PHX-Partner Für die lokale eigenständige Entwicklung benötigen Sie außerdem eines der folgenden: @@ -768,7 +768,7 @@ Dieses Repository führt zusätzlich `copy-latest.mjs` parallel zu `build` aus, |---------|-----------| | PHX zeigt eine alte Plugin-Version | Hard-Refresh; prüfen, ob `serve.json` `Cache-Control: no-store` für JS setzt; `yarn run plugin` neu starten | | `401` / GraphQL-Auth-Fehler im Standalone-Modus | `apiKey` in `environment.development.ts` setzen oder über `/login` anmelden | -| `yarn add @phx/shared` schlägt fehl | Token in `.yarnrc.yml` prüfen; [support@phx-erp.de](mailto:support@phx-erp.de) kontaktieren | +| `yarn add @phx/shared` schlägt fehl | Token in `.yarnrc.yml` prüfen; Ihren PHX-Partner kontaktieren | | Routing in PHX funktioniert nicht | Routen-Segmente zu `stripTrailingSegments` in `providePhoenixPluginWithPrimeNG` hinzufügen | | Tailwind-Klassen fehlen in einer Komponente | `@tailwind`-Direktiven in den `styles` der Komponente ergänzen | | `yarn codegen` schlägt fehl | PHX muss laufen und die Schema-URL in `codegen.ts` erreichbar sein | @@ -778,4 +778,4 @@ Dieses Repository führt zusätzlich `copy-latest.mjs` parallel zu `build` aus, ## Support -Bei Registry-Zugang, Integrationsfragen oder PHX-spezifischen APIs wenden Sie sich an [support@phx-erp.de](mailto:support@phx-erp.de). +Bei Registry-Zugang, Integrationsfragen oder PHX-spezifischen APIs wenden Sie sich an Ihren PHX-Partner. diff --git a/README.md b/README.md index 2ce725a..6589f88 100644 --- a/README.md +++ b/README.md @@ -764,7 +764,7 @@ This repository additionally runs `copy-latest.mjs` alongside `build` to publish |---------|-----------------| | PHX shows an old version of the plugin | Hard-refresh; confirm `serve.json` sets `Cache-Control: no-store` for JS; restart `yarn run plugin` | | `401` / GraphQL auth errors in standalone mode | Set `apiKey` in `environment.development.ts` or log in via `/login` | -| `yarn add @phx/shared` fails | Verify `.yarnrc.yml` token; contact [support@phx-erp.de](mailto:support@phx-erp.de) | +| `yarn add @phx/shared` fails | Verify `.yarnrc.yml` token; contact your PHX partner | | Routing broken inside PHX | Add route segments to `stripTrailingSegments` in `providePhoenixPluginWithPrimeNG` | | Tailwind classes missing in a component | Add `@tailwind` directives to that component's `styles` | | `yarn codegen` fails | Ensure PHX is running and the schema URL in `codegen.ts` is reachable | @@ -774,4 +774,4 @@ This repository additionally runs `copy-latest.mjs` alongside `build` to publish ## Support -For registry access, integration questions, or PHX-specific APIs, contact [support@phx-erp.de](mailto:support@phx-erp.de). +For registry access, integration questions, or PHX-specific APIs, contact your PHX partner.