Skip to content

Commit

Permalink
Merge pull request #20 from Bynder/bug/GC-5030
Browse files Browse the repository at this point in the history
[GC-5030] Styling within the plugin seems to be broken
  • Loading branch information
CWDN authored Jun 11, 2024
2 parents a511985 + 06beb60 commit 6b8f44a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/classes/admin/enqueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ abstract class Enqueue extends Plugin_Base {
* @return void
*/
public function admin_enqueue_style() {
\GatherContent\Importer\enqueue_style( 'gc-select2', 'vendor/select2-4.0.13/select2', array(), '4.0.13' );
\GatherContent\Importer\enqueue_style( 'gathercontent', 'content-workflow-by-bynder' );
\GatherContent\Importer\enqueue_style( 'cwby-select2', 'vendor/select2-4.0.13/select2', array(), '4.0.13' );
\GatherContent\Importer\enqueue_style( 'content-workflow-by-bynder', 'gathercontent-importer' );

do_action( 'gc_admin_enqueue_style' );
do_action( 'cwby_admin_enqueue_style' );
}

/**
Expand Down

0 comments on commit 6b8f44a

Please sign in to comment.