change seed data for better user comprehension
This commit is contained in:
parent
12fd5a88b6
commit
0d44d2c090
1 changed files with 4 additions and 4 deletions
|
|
@ -3,26 +3,26 @@
|
||||||
$texts = [
|
$texts = [
|
||||||
[
|
[
|
||||||
'id' => 0,
|
'id' => 0,
|
||||||
'name' => 'test text',
|
'name' => 'Tanach',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
$nodes = [
|
$nodes = [
|
||||||
[
|
[
|
||||||
'id' => 0,
|
'id' => 0,
|
||||||
'title' => 'Chapter 1',
|
'title' => 'Tanach',
|
||||||
'textId' => 0,
|
'textId' => 0,
|
||||||
'parentNodeId' => null,
|
'parentNodeId' => null,
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'id' => 1,
|
'id' => 1,
|
||||||
'title' => 'Section 1.1',
|
'title' => 'Torah',
|
||||||
'textId' => 0,
|
'textId' => 0,
|
||||||
'parentNodeId' => 0,
|
'parentNodeId' => 0,
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'id' => 2,
|
'id' => 2,
|
||||||
'title' => 'Page 1.1.1',
|
'title' => 'Bereishis',
|
||||||
'textId' => 0,
|
'textId' => 0,
|
||||||
'parentNodeId' => 1,
|
'parentNodeId' => 1,
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue