Skip to content

Commit ec15ecc

Browse files
Merge pull request #396 from shivendra-webkul/update-docs
update configuration and theme
2 parents 8043441 + 8141280 commit ec15ecc

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

docs/2.0/themes/create-store-theme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ Let's go through the parameters defined in the `themes.php` file as understandin
5858

5959
### Explanation of Parameters
6060

61-
- `shop-default` This parameter at the top of the file indicates the currently active or default theme for the shop in Bagisto. It is set to `'shop-default'`, representing the name of the currently active theme.
61+
- `default` This parameter at the top of the file indicates the currently active or default theme for the shop-end in Bagisto. It is set to `'default'`, representing the name of the currently active theme.
6262

63-
- `shop` This parameter allows you to define the configurations for your custom theme for the shop end. You can create and use multiple themes simultaneously in Bagisto.
63+
- `themes` This parameter allows you to define the configurations for your custom theme for the shop end. You can create and use multiple themes simultaneously in Bagisto.
6464

65-
- Inside the `'shop'` array, there is another array named `'default'`, which represents your currently active theme. It contains several key-value pairs that are explained below:
65+
- Inside the `'themes'` array, there is another array named `'default'`, which represents your currently active theme. It contains several key-value pairs that are explained below:
6666

6767
- `views_path` This parameter specifies the path to the views or blade files for your custom theme.
6868

docs/2.1/packages/create-system-configuration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ return [
138138
[
139139
'key' => 'general.general.custom-types',
140140
'name' => 'admin::app.admin.system.custom-types',
141+
'info' => 'admin::app.admin.system.custom-types',
141142
'sort' => 1,
142143
'fields' => [
143144
[
@@ -164,6 +165,7 @@ return [
164165
[
165166
'key' => 'general.general.custom-types',
166167
'name' => 'admin::app.admin.system.custom-types',
168+
'info' => 'admin::app.admin.system.custom-types',
167169
'sort' => 1,
168170
'fields' => [
169171
[
@@ -189,6 +191,7 @@ return [
189191
[
190192
'key' => 'general.general.custom-types',
191193
'name' => 'admin::app.admin.system.custom-types',
194+
'info' => 'admin::app.admin.system.custom-types',
192195
'sort' => 1,
193196
'fields' => [
194197
[
@@ -214,6 +217,7 @@ return [
214217
[
215218
'key' => 'general.general.custom-types',
216219
'name' => 'admin::app.admin.system.custom-types',
220+
'info' => 'admin::app.admin.system.custom-types',
217221
'sort' => 1,
218222
'fields' => [
219223
[
@@ -249,6 +253,7 @@ return [
249253
[
250254
'key' => 'general.general.custom-types',
251255
'name' => 'admin::app.admin.system.custom-types',
256+
'info' => 'admin::app.admin.system.custom-types',
252257
'sort' => 1,
253258
'fields' => [
254259
[
@@ -274,6 +279,7 @@ return [
274279
[
275280
'key' => 'general.general.custom-types',
276281
'name' => 'admin::app.admin.system.custom-types',
282+
'info' => 'admin::app.admin.system.custom-types',
277283
'sort' => 1,
278284
'fields' => [
279285
[
@@ -374,6 +380,7 @@ return [
374380
[
375381
'key' => 'general.general.custom-settings',
376382
'name' => 'admin::app.admin.system.custom-settings',
383+
'info' => 'admin::app.admin.system.custom-settings',
377384
'sort' => 1,
378385
'fields' => [
379386
[

docs/2.2/packages/create-system-configuration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ return [
138138
[
139139
'key' => 'general.general.custom-types',
140140
'name' => 'admin::app.admin.system.custom-types',
141+
'info' => 'admin::app.admin.system.custom-types',
141142
'sort' => 1,
142143
'fields' => [
143144
[
@@ -164,6 +165,7 @@ return [
164165
[
165166
'key' => 'general.general.custom-types',
166167
'name' => 'admin::app.admin.system.custom-types',
168+
'info' => 'admin::app.admin.system.custom-types',
167169
'sort' => 1,
168170
'fields' => [
169171
[
@@ -189,6 +191,7 @@ return [
189191
[
190192
'key' => 'general.general.custom-types',
191193
'name' => 'admin::app.admin.system.custom-types',
194+
'info' => 'admin::app.admin.system.custom-types',
192195
'sort' => 1,
193196
'fields' => [
194197
[
@@ -214,6 +217,7 @@ return [
214217
[
215218
'key' => 'general.general.custom-types',
216219
'name' => 'admin::app.admin.system.custom-types',
220+
'info' => 'admin::app.admin.system.custom-types',
217221
'sort' => 1,
218222
'fields' => [
219223
[
@@ -249,6 +253,7 @@ return [
249253
[
250254
'key' => 'general.general.custom-types',
251255
'name' => 'admin::app.admin.system.custom-types',
256+
'info' => 'admin::app.admin.system.custom-types',
252257
'sort' => 1,
253258
'fields' => [
254259
[
@@ -274,6 +279,7 @@ return [
274279
[
275280
'key' => 'general.general.custom-types',
276281
'name' => 'admin::app.admin.system.custom-types',
282+
'info' => 'admin::app.admin.system.custom-types',
277283
'sort' => 1,
278284
'fields' => [
279285
[
@@ -374,6 +380,7 @@ return [
374380
[
375381
'key' => 'general.general.custom-settings',
376382
'name' => 'admin::app.admin.system.custom-settings',
383+
'info' => 'admin::app.admin.system.custom-settings',
377384
'sort' => 1,
378385
'fields' => [
379386
[

0 commit comments

Comments
 (0)