From 12c3deca6c00d0916502bfd81d14f3743519d7cd Mon Sep 17 00:00:00 2001 From: poltShi-Chars <58156394+poltShi-Chars@users.noreply.github.com> Date: Tue, 20 Jan 2026 17:06:32 +0800 Subject: [PATCH 01/12] Update README.md --- advanced/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/advanced/README.md b/advanced/README.md index 3a031bb..2fc07bb 100644 --- a/advanced/README.md +++ b/advanced/README.md @@ -17,3 +17,5 @@ The repository contains samples to demonstrate and document how to integrate and - **Content Package Template:** [Advanced](./content-package-template/README.md) code samples + +- **Card Mandatory Fieids in manifest.json file:** From 82c27c3a3660e21d9adb5f8ec989ce6dbad0359c Mon Sep 17 00:00:00 2001 From: poltShi-Chars <58156394+poltShi-Chars@users.noreply.github.com> Date: Tue, 20 Jan 2026 17:30:11 +0800 Subject: [PATCH 02/12] Update README.md in advanced --- advanced/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/advanced/README.md b/advanced/README.md index 2fc07bb..f8eace4 100644 --- a/advanced/README.md +++ b/advanced/README.md @@ -18,4 +18,16 @@ The repository contains samples to demonstrate and document how to integrate and - **Content Package Template:** [Advanced](./content-package-template/README.md) code samples -- **Card Mandatory Fieids in manifest.json file:** +- **Mainifest json example with mandatory fields :** +```json +{ + "sap.app": { + "type": "card", + "applicationVersion": { + "version": "1.0.0" + } + }, + "sap.card": {}, + "_version": "1.0", + } +``` From 1f696519b82f1bd4e7219e82757410a42a7876b4 Mon Sep 17 00:00:00 2001 From: poltShi-Chars <58156394+poltShi-Chars@users.noreply.github.com> Date: Tue, 20 Jan 2026 17:30:48 +0800 Subject: [PATCH 03/12] Update README.md in standard --- standard/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/standard/README.md b/standard/README.md index c289294..4f8b8ed 100644 --- a/standard/README.md +++ b/standard/README.md @@ -3,4 +3,17 @@ This repository serves as a template for SAP Work Zone Standard integration samples, providing a structured starting point for developers. - **Content Package Template:** - [Standard](./content-package-template/README.md) code samples \ No newline at end of file + [Standard](./content-package-template/README.md) code samples +- **Mainifest json example with mandatory fields :** +```json +{ + "sap.app": { + "type": "card", + "applicationVersion": { + "version": "1.0.0" + } + }, + "sap.card": {}, + "_version": "1.0", + } +``` From b3606a23b81bf3c580e65061f0d227cc788802bd Mon Sep 17 00:00:00 2001 From: poltShi-Chars <58156394+poltShi-Chars@users.noreply.github.com> Date: Tue, 20 Jan 2026 17:31:25 +0800 Subject: [PATCH 04/12] Update README.md --- standard/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard/README.md b/standard/README.md index 4f8b8ed..7faa550 100644 --- a/standard/README.md +++ b/standard/README.md @@ -4,7 +4,7 @@ This repository serves as a template for SAP Work Zone Standard integration samp - **Content Package Template:** [Standard](./content-package-template/README.md) code samples -- **Mainifest json example with mandatory fields :** +- **Card mainifest json example with mandatory fields :** ```json { "sap.app": { From 96404dcbf6e49092c3886fea2c2525ee90e01aa3 Mon Sep 17 00:00:00 2001 From: poltShi-Chars <58156394+poltShi-Chars@users.noreply.github.com> Date: Tue, 20 Jan 2026 17:32:02 +0800 Subject: [PATCH 05/12] Fix typo in README for manifest JSON example --- advanced/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/README.md b/advanced/README.md index f8eace4..d3e2e3c 100644 --- a/advanced/README.md +++ b/advanced/README.md @@ -18,7 +18,7 @@ The repository contains samples to demonstrate and document how to integrate and - **Content Package Template:** [Advanced](./content-package-template/README.md) code samples -- **Mainifest json example with mandatory fields :** +- **Card mainifest json example with mandatory fields :** ```json { "sap.app": { From 5daada72e786e9c3fca1b5dce447cdec171cccd5 Mon Sep 17 00:00:00 2001 From: poltShi-Chars <58156394+poltShi-Chars@users.noreply.github.com> Date: Thu, 22 Jan 2026 10:55:36 +0800 Subject: [PATCH 06/12] Update json property --- advanced/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/advanced/README.md b/advanced/README.md index d3e2e3c..63ff2aa 100644 --- a/advanced/README.md +++ b/advanced/README.md @@ -23,6 +23,7 @@ The repository contains samples to demonstrate and document how to integrate and { "sap.app": { "type": "card", + "title": "Card Title"; "applicationVersion": { "version": "1.0.0" } From 62c2b4d89f41c136d38c9b24580e351b3939456b Mon Sep 17 00:00:00 2001 From: poltShi-Chars <58156394+poltShi-Chars@users.noreply.github.com> Date: Thu, 22 Jan 2026 10:56:47 +0800 Subject: [PATCH 07/12] Update Json Property --- standard/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/standard/README.md b/standard/README.md index 7faa550..1bd3e5c 100644 --- a/standard/README.md +++ b/standard/README.md @@ -9,6 +9,7 @@ This repository serves as a template for SAP Work Zone Standard integration samp { "sap.app": { "type": "card", + "title": "Card Title"; "applicationVersion": { "version": "1.0.0" } From 8aca98de0c775b712c7591bf426c775daf59c401 Mon Sep 17 00:00:00 2001 From: poltShi-Chars <58156394+poltShi-Chars@users.noreply.github.com> Date: Thu, 22 Jan 2026 10:57:03 +0800 Subject: [PATCH 08/12] Fix typo --- standard/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard/README.md b/standard/README.md index 1bd3e5c..c787d85 100644 --- a/standard/README.md +++ b/standard/README.md @@ -9,7 +9,7 @@ This repository serves as a template for SAP Work Zone Standard integration samp { "sap.app": { "type": "card", - "title": "Card Title"; + "title": "Card Title", "applicationVersion": { "version": "1.0.0" } From f42337bc020ae9312f4aea5e29fce19f673f73ed Mon Sep 17 00:00:00 2001 From: poltShi-Chars <58156394+poltShi-Chars@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:30:56 +0800 Subject: [PATCH 09/12] Update Readme under card folder --- advanced/content-package-template/card/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/advanced/content-package-template/card/README.md b/advanced/content-package-template/card/README.md index 4beeb35..db56921 100644 --- a/advanced/content-package-template/card/README.md +++ b/advanced/content-package-template/card/README.md @@ -83,6 +83,20 @@ The .properties files should use suffix below and be UTF-8 encoded. **Example** ````i18n_en_US.properties```` +- **Card mainifest json example with mandatory fields :** +```json +{ + "sap.app": { + "type": "card", + "title": "Card Title"; + "applicationVersion": { + "version": "1.0.0" + } + }, + "sap.card": {}, + "_version": "1.0", + } +``` ## Updating/Versioning of a card The card manifest.json file contains also version information. From 6c37733da8478ed7105142465bda4b6f65def691 Mon Sep 17 00:00:00 2001 From: poltShi-Chars <58156394+poltShi-Chars@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:32:28 +0800 Subject: [PATCH 10/12] Remove json exmaple in wrong readme --- advanced/README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/advanced/README.md b/advanced/README.md index 63ff2aa..3a031bb 100644 --- a/advanced/README.md +++ b/advanced/README.md @@ -17,18 +17,3 @@ The repository contains samples to demonstrate and document how to integrate and - **Content Package Template:** [Advanced](./content-package-template/README.md) code samples - -- **Card mainifest json example with mandatory fields :** -```json -{ - "sap.app": { - "type": "card", - "title": "Card Title"; - "applicationVersion": { - "version": "1.0.0" - } - }, - "sap.card": {}, - "_version": "1.0", - } -``` From a8374c3a0cb68f8b91fb7dc7f682ae42255fb5aa Mon Sep 17 00:00:00 2001 From: poltShi-Chars <58156394+poltShi-Chars@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:32:47 +0800 Subject: [PATCH 11/12] Remove json exmaple in wrong readme --- standard/README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/standard/README.md b/standard/README.md index c787d85..845d18a 100644 --- a/standard/README.md +++ b/standard/README.md @@ -4,17 +4,3 @@ This repository serves as a template for SAP Work Zone Standard integration samp - **Content Package Template:** [Standard](./content-package-template/README.md) code samples -- **Card mainifest json example with mandatory fields :** -```json -{ - "sap.app": { - "type": "card", - "title": "Card Title", - "applicationVersion": { - "version": "1.0.0" - } - }, - "sap.card": {}, - "_version": "1.0", - } -``` From ca1c21df8633497c22a997f0f69abda6e46c67d2 Mon Sep 17 00:00:00 2001 From: poltShi-Chars <58156394+poltShi-Chars@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:40:35 +0800 Subject: [PATCH 12/12] Update Readme under doc/card folder --- .../docs/cards/introduction.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/standard/content-package-template/docs/cards/introduction.md b/standard/content-package-template/docs/cards/introduction.md index 5dd606b..f1a8e00 100644 --- a/standard/content-package-template/docs/cards/introduction.md +++ b/standard/content-package-template/docs/cards/introduction.md @@ -115,6 +115,21 @@ https://sapui5.hana.ondemand.com/test-resources/sap/ui/integration/demokit/cardE ````` +**Card mainifest json example with mandatory fields :** +```json +{ + "sap.app": { + "type": "card", + "title": "Card Title"; + "applicationVersion": { + "version": "1.0.0" + } + }, + "sap.card": {}, + "_version": "1.0", + } +``` + ## Updating/Versioning of a card The card manifest.json file contains also version information.