Skip to content

Commit

Permalink
Editor is not detecting animations on content - Issue 538 (#549)
Browse files Browse the repository at this point in the history
* remove extraneous include

* resolves Editor is not detecting animations on content #538
  • Loading branch information
jamesros161 committed Oct 19, 2023
1 parent b509d5b commit d2d83da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion includes/builder/class-boldgrid-editor-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ public function print_scripts() {
$paths[] = $template_path . '/hr.php';
$paths[] = $template_path . '/gridblock.php';
$paths[] = $template_path . '/information.php';
$paths[] = $template_path . '/background.php';
$paths[] = $template_path . '/background-legacy.php';
$paths[] = $template_path . '/box.php';
$paths[] = $template_path . '/panel.php';
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@

"@boldgrid/controls@https://github.com/BoldGrid/controls#ppb-dev":
version "0.13.1"
resolved "https://github.com/BoldGrid/controls#f728289aa42268c78fe7450f08f229ef48ec81fc"
resolved "https://github.com/BoldGrid/controls#14ea608456181f0da2a24864ac7015d5afc6a229"
dependencies:
"@boldgrid/components" "^2.16.25"
Buttons "https://github.com/BoldGrid/Buttons"
Expand Down

0 comments on commit d2d83da

Please sign in to comment.