init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'type' => 'group',
|
||||
'heading' => 'Advanced',
|
||||
'options' => array(
|
||||
'class' => array(
|
||||
'type' => 'textfield',
|
||||
'heading' => 'Class',
|
||||
'param_name' => 'class',
|
||||
'default' => '',
|
||||
),
|
||||
'visibility' => require( __DIR__ . '/visibility.php' ),
|
||||
),
|
||||
);
|
Reference in New Issue
Block a user