Skip to content
This repository has been archived by the owner on Feb 10, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 461 Bytes

code-editor.md

File metadata and controls

36 lines (23 loc) · 461 Bytes

code-editor

image

Properties

label:

A label for the field.

  • Type: String
  • Required: No

help:

Used to add help text below the field.

  • Type: String
  • Required: No

Example:

editorContent: {
	type: 'string',
	field: {
		type: 'code-editor',
	},
}

Return

This will return code-editor output.

  • Type: string