UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

224 lines (223 loc) 6.64 kB
{ "$schema": "../module-schema.json", "name": "msft.sme.IFrame-extension", "displayName": "resources:strings:displayName", "description": "resources:strings:description", "icon": "sme-icon:sme-icon-powerShell", "entryPoints": [ { "entryPointType": "snapIn", "name": "snapIn1", "displayName": "resources:strings:displayName", "description": "resources:strings:description", "path": "", "icon": "sme-icon-stop", "sizeConstraints": { "minWidth": "3", "maxWidth": "10", "minHeight": "4", "maxHeight": "10" }, "interaction": [ { "version": 0, "comment": "This dialog gets a thing", "inputs": { "thingId": { "schema": "schemas:thingId", "comment": "The id of the thing" }, "thingVersion": { "schema": "schemas:thingId", "comment": "The version of the thing" } }, "outputs": { "thing": { "schema": "schemas:thing" } } }, { "version": 1, "comment": "This dialog creates a thing", "inputs": { "thing": { "schema": "schemas:thing", "required": true } }, "outputs": { "isOutput": { "type": "boolean" } } } ] } ], "schemas": { "thingId": { "type": "string", "required": true }, "thingVersion": { "type": "number", "required": false, "defaultsTo": 0 }, "thing": { "type": "object", "properties": { "thingId": { "schema": "schemas:thingId", "required": true, "comment": "This id of the thing" }, "thingVersion": { "schema": "schemas:thingVersion", "required": false, "comment": "This version of the thing" } }, "required": true, "comment": "This id of the thing" } }, "resources": [ { "locale": "default", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "cs-CZ", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "de-DE", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "en-US", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "es-ES", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "fr-FR", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "hu-HU", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "it-IT", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "ja-JP", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "ko-KR", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "nl-NL", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "pl-PL", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "pt-BR", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "pt-PT", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "ru-RU", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "sv-SE", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "tr-TR", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "zh-CN", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } }, { "locale": "zh-TW", "strings": { "keyword-example": "example", "displayName": "IFrame Extension" } } ], "version": "0.0.0" }