Add (auto indexing): when set to publish

This commit is contained in:
2023-09-10 21:48:39 +08:00
parent ef58f62e57
commit 645d0f1d02
4 changed files with 43 additions and 26 deletions

View File

@@ -16,21 +16,21 @@
],
'level' => [1, 2, 3, 4, 5, 6],
],
'list' => [
'style' => [
'type' => 'string',
'allowedValues' => ['ordered', 'unordered']
],
'items' => [
'type' => 'array',
'data' => [
'-' => [
'type' => 'string',
'allowedTags' => 'i,b,a[href],code[class],mark[class]',
'list' => [
'style' => [
'type' => 'string',
'allowedValues' => ['ordered', 'unordered'],
],
'items' => [
'type' => 'array',
'data' => [
'-' => [
'type' => 'string',
'allowedTags' => 'i,b,a[href],code[class],mark[class]',
],
],
],
],
],
],
],
'linkTool' => [
'link' => 'string',
'meta' => [