We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8678b06 commit 7474a58Copy full SHA for 7474a58
1 file changed
Resources/views/admin/index.blade.php
@@ -134,6 +134,13 @@
134
@include('DBasic::admin.settings_table', ['group' => 'Auto Reject'])
135
<span class="text-info">Set margin to 0 if you do not want to use definable items (score, landing rate etc)</span>
136
</div>
137
+ {{-- General & Widget Settings Group --}}
138
+ <div class="card border-blue-bottom" style="padding:5px;">
139
+ <b>Generic Settings</b>
140
+ <br>
141
+ @include('DBasic::admin.settings_table', ['group' => 'General'])
142
+ <span class="text-info">Set 0 if you do not want to use those features</span>
143
+ </div>
144
145
146
0 commit comments