Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Categories implementation #88

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
10 changes: 8 additions & 2 deletions config/template_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
# ru - Russian, by https://github.com/pzhuk
# zh_cn - Simplified Chinese, by https://github.com/zhihuiyuze
# he - Hebrew, by https://github.com/netanelkoli
# es_mx - Spanish (Mexican), by https://github.com/mastersuv
Steffo99 marked this conversation as resolved.
Show resolved Hide resolved
# The lanugages that messages can be displayed in
enabled_languages = ["it", "en", "uk", "ru", "zh_cn", "he", "es_mx"]
Steffo99 marked this conversation as resolved.
Show resolved Hide resolved
enabled_languages = ["it", "en", "uk", "ru", "zh_cn", "he"]
# The default language to be set for users whose language cannot be autodetected or whose language is not enabled
default_language = "it"
# The language to fallback to if a string is missing in a specific language
Expand Down Expand Up @@ -41,6 +40,13 @@ timed_out_pause = 1
error_pause = 5


# Store mode settings
[Mode]
# Category mode. If enabled, the admin menu will allow you to create categories for your products.
# Default: false (Normal store operation)
category_mode = false


# General payment settings
[Payments]
# ISO currency code
Expand Down