{"$schema":"http://json-schema.org/draft-07/schema#","title":"Global Panel Link","description":"config for editor global panel link control","type":"object","required":["option","linkId",],"properties":{"control":{"const":"global-panel-link",},"linkId":{"type":"string","description":"id used to link the global-panel-link to a global-control","example":["123","color-settings","font-settings",],},}}