Free and Open source Web Builder Framework. Next generation tool for building templates without coding
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1.2 KiB

Block

Properties

  • label String? Block label, eg. My block
  • activate Boolean? If true, triggers an the 'active' event on dropped component
  • select Boolean? If true, the dropped component will be selected
  • resetId Boolean? If true, all IDs of dropped components and their styles will be changed
  • disable Boolean? Disable the drag of the block
  • media String? HTML string for the media/icon of the block, eg. <svg ..., <img ..., etc. (WARNING: In order to support HTML strings, this property is not escaped)
  • content (String | Object) The content of the block. Might be an HTML string or a Component Defintion
  • category String? Block category
  • attributes Object? Block attributes to apply in the view element