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. diff --git a/standard/README.md b/standard/README.md index c289294..845d18a 100644 --- a/standard/README.md +++ b/standard/README.md @@ -3,4 +3,4 @@ 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 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.