From 7e6e00a90db776fc66c36e65dc5216f74d4697d0 Mon Sep 17 00:00:00 2001 From: Micha Hobert Date: Mon, 30 Oct 2023 16:01:44 +0100 Subject: [PATCH 1/2] Add information that secret and registrationUrl is needed --- guides/plugins/apps/starter/starter-admin-extension.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/guides/plugins/apps/starter/starter-admin-extension.md b/guides/plugins/apps/starter/starter-admin-extension.md index 31917fe01..0958ce199 100644 --- a/guides/plugins/apps/starter/starter-admin-extension.md +++ b/guides/plugins/apps/starter/starter-admin-extension.md @@ -114,7 +114,7 @@ Now the file should be available on [http://127.0.0.1:8080](http://127.0.0.1:808 The final step of the setup is to configure your app to use that file as an entry point. -In order to do that, we have to add an `admin` section to our `manifest.xml` file and pass it into the `base-app-url` tag: +To do that, we have to add an `admin` section to our `manifest.xml` file and pass it into the `base-app-url` tag: ```xml // manifest.xml @@ -123,6 +123,10 @@ In order to do that, we have to add an `admin` section to our `manifest.xml` fil + + http://127.0.0.1:8000/app/lifecycle/register + TestSecret + http://127.0.0.1:8080 From 8bae4ccc613e6450fc909f8b6bf19e45891e9617 Mon Sep 17 00:00:00 2001 From: Micha Hobert Date: Mon, 30 Oct 2023 16:09:24 +0100 Subject: [PATCH 2/2] Remove very old version tag from CDN url --- guides/plugins/apps/starter/starter-admin-extension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/plugins/apps/starter/starter-admin-extension.md b/guides/plugins/apps/starter/starter-admin-extension.md index 0958ce199..188d764e5 100644 --- a/guides/plugins/apps/starter/starter-admin-extension.md +++ b/guides/plugins/apps/starter/starter-admin-extension.md @@ -82,7 +82,7 @@ SimpleNotification/ - +