Skip to content

Commit

Permalink
change prefixes in pushOnce calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerockett committed Jan 22, 2024
1 parent 9dfbd7e commit d44f4ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/partials/form/_block_editor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
window['{{ config('twill.js_namespace') }}'].STORE.form.editorNames.push({!! json_encode($editorName) !!})
@endpush

@pushOnce('vuexStore', 'store:block_editor')
@pushOnce('vuexStore', 'form:block_editor')
@include('twill::partials.form.utils._block_editor_store')
@endPushOnce
2 changes: 1 addition & 1 deletion views/partials/form/_wysiwyg.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@if($activeSyntax)
@pushOnce('extra_css', 'field:wysiwyg')
@pushOnce('extra_css', 'form:wysiwyg')
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/{{$theme}}.min.css">
@endPushOnce
@endif
Expand Down

0 comments on commit d44f4ad

Please sign in to comment.