Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit da64e86

Browse files
Merge pull request #90 from technote-space/feature/#88
#88
2 parents 23a90c3 + 83d3454 commit da64e86

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

configs/io.php

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?php
2+
/**
3+
* @version 1.6.9
4+
* @author Technote
5+
* @since 1.6.9
6+
* @copyright Technote All Rights Reserved
7+
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
8+
* @link https://technote.space/
9+
*/
10+
11+
if ( ! defined( 'MARKER_ANIMATION' ) ) {
12+
exit;
13+
}
14+
15+
return [
16+
17+
'setting' => [
18+
'is_valid',
19+
'color',
20+
'thickness',
21+
'duration',
22+
'delay',
23+
'function',
24+
'is_font_bold',
25+
'is_repeat',
26+
'padding_bottom',
27+
'priority',
28+
'is_valid_button',
29+
'is_valid_style',
30+
'is_valid_button_block_editor',
31+
'selector',
32+
],
33+
34+
];

0 commit comments

Comments
 (0)