UNPKG

@o3r/third-party

Version:

This module provides a bridge to communicate with third parties via an iFrame solution.

22 lines (21 loc) 514 B
{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "NgAddIframeToComponentSchematicsSchema", "title": "Add iframe to an existing component", "description": "Add iframe to an existing component", "properties": { "path": { "type": "string", "description": "Path to the component" }, "skipLinter": { "type": "boolean", "description": "Skip the linter process", "default": false } }, "additionalProperties": true, "required": [ "path" ] }