Add (auto indexing): when set to publish
This commit is contained in:
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user