Newer
Older
}
const chapters = [
{
alignment: {
left: false,
},
author: '',
book: book.id,
comments: {},
division: 'front',
index: 0,
kind: 'chapter',
lock: null,
progress: {
style: 0,
edit: 0,
review: 0,
},
source: '',
status: 'unpublished',
subCategory: 'component',
title: 'Preface',
},
author: '',
book: book.id,
comments: {},
division: 'front',
index: 1,
kind: 'chapter',
lock: null,
progress: {
style: 0,
edit: 0,
review: 0,
},
source: '',
status: 'unpublished',
subCategory: 'component',
title: 'Introduction',
},
author: '',
book: book.id,
comments: {},
division: 'body',
index: 0,
kind: 'chapter',
lock: null,
progress: {
style: 0,
edit: 0,
review: 0,
},
source: '',
status: 'unpublished',
subCategory: 'chapter',
title: 'Chapter One',
},
author: '',
book: book.id,
comments: {},
division: 'body',
index: 0,
kind: 'chapter',
lock: null,
progress: {
style: 0,
edit: 0,
review: 0,
},
source: '',
status: 'unpublished',
subCategory: 'chapter',
title: 'Chapter Two',
},
author: '',
book: book.id,
comments: {},
division: 'back',
index: 0,
kind: 'chapter',
lock: null,
progress: {
style: 0,
edit: 0,
review: 0,
},
source: '',
status: 'unpublished',
subCategory: 'component',
title: 'Preface',
},
author: '',
book: book.id,
comments: {},
division: 'back',
index: 0,
kind: 'chapter',
lock: null,
progress: {
style: 0,
edit: 0,
review: 0,
},
source: '',
status: 'unpublished',
subCategory: 'component',
title: 'Preface',
]
const teams = []
const user = {
teams: [],
export { book, chapters, teams, user, users }