diff --git a/basics/installation/advanced/install-from-cli.md b/basics/installation/advanced/install-from-cli.md index b705c7d205..49f46ff054 100644 --- a/basics/installation/advanced/install-from-cli.md +++ b/basics/installation/advanced/install-from-cli.md @@ -46,7 +46,6 @@ This command, by default, will display the various available options: | `prefix` | Prefix of table names | ps\_ | _string_ | | `engine` | Engine for MySQL | InnoDB | InnoDB, MyISAM | | `name` | Name of the shop | PrestaShop | _string_ | -| `activity` | Default activity of the shop | 0 | Id of an activity ([Complete list of activities][activities]) | | `country` | Country of the shop | fr | 2 letters Alpha-2 code of ISO-3166 list([ISO-3166][iso-3166]) | | `firstname` | Admin user firstname | John | _string_ | | `lastname` | Admin user lastname | Doe | _string_ | @@ -109,5 +108,4 @@ If your MySQL server is configured on a different port than `3306`, please speci [iso-639-1]: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes [tz-database]: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones -[activities]: https://github.com/PrestaShop/PrestaShop/blob/8.0.x/src/PrestaShopBundle/Form/Admin/Configure/ShopParameters/General/PreferencesType.php#L211-L230 [iso-3166]: https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes diff --git a/development/configuration/list-of-settings.md b/development/configuration/list-of-settings.md index 39a33ce70e..2bb730be2e 100644 --- a/development/configuration/list-of-settings.md +++ b/development/configuration/list-of-settings.md @@ -180,7 +180,6 @@ The following settings are set up in `ps_configuration` by default when install | PS_SHIPPING_FREE_WEIGHT | | | | PS_SHIPPING_HANDLING | | | | PS_SHIPPING_METHOD | | | -| PS_SHOP_ACTIVITY | | | | PS_SHOP_DEFAULT | | | | PS_SHOP_DOMAIN | | | | PS_SHOP_DOMAIN_SSL | | |