Skip to content

Layout scheme #836

Description

@neSpecc
  • Create rows on render, by default each row have 1 column
  • Add ability to drag-n-drop block to the left or to the right of other block, creating several columns layout
  • Add id to each block to saved data blocks property
  • Add layout property to saved data object.

The layout should describe layout scheme of Blocks by their ids. For example

[---1---]
[---2---]
[ 3 ][ 4 ]
[---5---]

should be described as

[1, 2, [3, 4], 5]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions