mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
10 lines
242 B
PHP
10 lines
242 B
PHP
<?php
|
|
|
|
return [
|
|
'sidebar_hover' => 'anomaly.field_type.boolean',
|
|
'navigation' => [
|
|
'type' => 'anomaly.field_type.textarea',
|
|
'input_view' => 'visiosoft.theme.defaultadmin::admin/navigation/settings',
|
|
],
|
|
];
|