save
This commit is contained in:
parent
93b0c13ac3
commit
e816ff2420
11 changed files with 25 additions and 9 deletions
|
|
@ -6,5 +6,8 @@ return [
|
|||
'basicAuth' => true,
|
||||
// Enable api access without SSL. To disable in production.
|
||||
'allowInsecure' => true
|
||||
],
|
||||
'content' => [
|
||||
'uuid' => false
|
||||
]
|
||||
];
|
||||
|
|
@ -1,6 +1,9 @@
|
|||
<?php
|
||||
|
||||
$specificData = [];
|
||||
$blocks = $page->testBlocks()->toBlocks()->toArray();
|
||||
$specificData = [
|
||||
'blocks' => $blocks
|
||||
];
|
||||
|
||||
$data = array_merge($genericData, $specificData);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue