Skip to content

Commit

Permalink
9.3.4 (#27)
Browse files Browse the repository at this point in the history
- [FAQ] Remove the default background and color
  • Loading branch information
hrsetyono committed Sep 7, 2022
1 parent 6694578 commit b741b85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions edje-wp-library.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
* License: MIT
* Author: Pixel Studio
* Author URI: https://pixelstudio.id
* Version: 9.3.3
* Version: 9.3.4
*/

if (!defined('WPINC')) { die; } // exit if accessed directly

// Constant
define('H_VERSION', '9.3.2');
define('H_VERSION', '9.3.4');
define('H_BASE', basename(dirname(__FILE__)).'/'.basename(__FILE__));

define('H_DIR', __DIR__); // for require
Expand Down
4 changes: 2 additions & 2 deletions module-block-faq/faq-block-v2.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ function _h_register_faq_block_v2() {
'question' => [ 'type' => 'string' ],
'answer' => [ 'type' => 'string' ],

'textColor' => [ 'type' => 'string', 'default' => 'var(--text)' ],
'bgColor' => [ 'type' => 'string', 'default' => '#e5e5e5' ],
'textColor' => [ 'type' => 'string', 'default' => '' ],
'bgColor' => [ 'type' => 'string', 'default' => '' ],
'initiallyOpen' => [ 'type' => 'boolean', 'default' => false ],
'noIndex' => [ 'type' => 'boolean', 'default' => false ]
]);
Expand Down

0 comments on commit b741b85

Please sign in to comment.