Settings
Titel
Old | New | ||
---|---|---|---|
1 | 1 | Settings |
Permalink
Old | New | ||
---|---|---|---|
1 | 1 | settings |
Indhold
Old | New | ||
---|---|---|---|
1 | # Admin/settings | 1 | # Settings |
2 | 2 | ||
3 | Change the way your store operates. | 3 | The application settings collection found in Admin -> Settings is available as a system node for fetching configuration values on the fly. |
4 | |||
5 | ```php | ||
6 | echo settings::get('keyname'); | ||
7 | ``` | ||
8 | |||
9 | Settings are stored in the MySQL table `lc_settings`. |
Edited by tim on 28 dec. 2023 at 05:54