Widgets UI:

Text Widget

"text": is the main content in which the other the sections will be merged into This is section 1
this is section 2

Take a look at the console to the the instantiated widget

Video Widget

Existing Widget:

This document outlines the procedure for modifying existing widgets. Initially, each widget is characterized by an `id` and a `version`. It`s important to note that altering the existing properties of a widget is not permitted, as this may lead to compatibility issues. However, you are free to introduce and modify new properties. It`s crucial to remember that this process only involves defining the anticipated UI properties (widgetProps), and does not extend to altering the data schema.

New Widget:

This document outlines the creation process for a new Widget. Initially, this Widget lacks properties such as id, data, and version. To establish its properties, specify each Key (the name of the property) and the corresponding value type, which can be 'text', 'object', 'boolean', or 'number'.

Capabilities:


When the 'canEdit' capability is enabled, you have the ability to alter the text content. This illustrates the nature of capabilities and their relationship to the widget's configuration, as defined by its 'config' property.