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

Latest commit

 

History

History
34 lines (22 loc) · 475 Bytes

File metadata and controls

34 lines (22 loc) · 475 Bytes

link

label:

Label for input but applicable only when using it in inspector controls.

  • Type: String
  • Required: No

help:

Used to add help text below the field.

  • Type: String
  • Required: No

For more read gutenberg readme.

Example:

url: {
	type: 'string',
	field: {
		type: 'link',
	},
}

Return

This will return link.

  • Type: string