basic article block backend working
This commit is contained in:
@@ -147,6 +147,14 @@ add_action('init', function () {
|
||||
'type' => 'string',
|
||||
'default' => '',
|
||||
],
|
||||
'background_fixed' => [
|
||||
'type' => 'boolean',
|
||||
'default' => false,
|
||||
],
|
||||
'background_contrast' => [
|
||||
'type' => 'boolean',
|
||||
'default' => false,
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user