I\'m building a block based editor from scratch. I have the model as
initialState = { id, name, blocks: [{ id, content: [{text: \'\', attributes: []}] }] }