Skip to content

Commit

Permalink
Fix settings parameter key data_toggle_attribute
Browse files Browse the repository at this point in the history
Fix variable separator.
  • Loading branch information
dustingraham authored Feb 15, 2021
1 parent 4ae8ae8 commit 8c63065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
'cascade_data' => true,
'rest_base' => '', // string|array
'active_element' => 'item', // item|link
'data-toggle-attribute' => 'data-toggle',
'data_toggle_attribute' => 'data-toggle',
),
);

0 comments on commit 8c63065

Please sign in to comment.