Skip to content

Commit b05aa37

Browse files
Add behaviors to the VALID_SETTINGS in class-wp-theme-json-gutenberg.php
1 parent bc7b2cb commit b05aa37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/class-wp-theme-json-gutenberg.php

+3
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,9 @@ class WP_Theme_JSON_Gutenberg {
404404
'textDecoration' => null,
405405
'textTransform' => null,
406406
),
407+
'behaviors' => array(
408+
'lightbox' => null,
409+
),
407410
);
408411

409412
/**

0 commit comments

Comments
 (0)