|
32 | 32 |
|
33 | 33 | /* |
34 | 34 | |-------------------------------------------------------------------------- |
35 | | - | Admin Brand Name |
| 35 | + | Pages |
| 36 | + |-------------------------------------------------------------------------- |
| 37 | + | |
| 38 | + | This is the namespace and directory that Shopper save page components |
| 39 | + | |
| 40 | + */ |
| 41 | + |
| 42 | + 'pages' => [ |
| 43 | + 'namespace' => 'App\\Shopper', |
| 44 | + 'view_path' => resource_path('views/shopper'), |
| 45 | + ], |
| 46 | + |
| 47 | + /* |
| 48 | + |-------------------------------------------------------------------------- |
| 49 | + | Brand Logo |
36 | 50 | |-------------------------------------------------------------------------- |
37 | 51 | | |
38 | 52 | | This will be displayed on the login page and in the sidebar's header. |
| 53 | + | This is your site's logo. It will be loaded directly from the public folder |
| 54 | + | Ex: '/images/logo.svg' |
39 | 55 | | |
40 | 56 | */ |
41 | 57 |
|
|
83 | 99 |
|
84 | 100 | /* |
85 | 101 | |-------------------------------------------------------------------------- |
86 | | - | Shopper Resource |
| 102 | + | Additional Resources |
87 | 103 | |-------------------------------------------------------------------------- |
88 | 104 | | |
89 | | - | Automatically connect the stored links. For example js and css files. |
| 105 | + | Automatically load the assets links. For js and css files. |
| 106 | + | |
| 107 | + | Example: |
| 108 | + | |
| 109 | + | 'stylesheets' => [ |
| 110 | + | asset('/my-script.css'), |
| 111 | + | 'https://example.com/my-style.css' |
| 112 | + | ] |
90 | 113 | | |
91 | 114 | */ |
92 | 115 |
|
|
97 | 120 |
|
98 | 121 | /* |
99 | 122 | |-------------------------------------------------------------------------- |
100 | | - | Shopper Inventory Limit |
| 123 | + | Inventory Limit |
101 | 124 | |-------------------------------------------------------------------------- |
102 | 125 | | |
| 126 | + | Limits the number of inventories your store can manage, making it easier |
| 127 | + | to manage your stock. |
103 | 128 | | |
104 | 129 | */ |
105 | 130 |
|
106 | 131 | 'inventory_limit' => 4, |
107 | 132 |
|
108 | 133 | /* |
109 | 134 | |-------------------------------------------------------------------------- |
110 | | - | Caching |
| 135 | + | Caching Blade Icons |
111 | 136 | |-------------------------------------------------------------------------- |
112 | 137 | | |
113 | 138 | | This section lets you configure the caching option of the icon picker component. |
|
116 | 141 | | searching through all of them can take quite a lot of time, which is |
117 | 142 | | why the plugin caches each field with it's configuration and search queries. |
118 | 143 | | |
119 | | - | This section let's you configure how caching should be done or disable it |
120 | | - | if you wish. |
121 | | - | |
122 | 144 | */ |
123 | 145 |
|
124 | 146 | 'icon-picker' => [ |
|
0 commit comments