You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs on how to customize settings.txt here are using spaces for indentation instead of the TAB char. This does not work. The settings.txt must be indented using TAB char.
// current version - does not work - copied from https://docs.nuvemshop.com.br/help/settings-txt - notice the usage of spaces for indentation -- //
Este é o meu título
i18n_input
name = variable_1
description = Esta es la description
i18n_input
name = variable_2
description = Esta é a descrição da minha segunda variável
// this works - notice the usage of TAB char instead //
Este é o meu título
i18n_input
name = variable_1
description = Esta es la description
i18n_input
name = variable_2
description = Esta é a descrição da minha segunda variável
Suggestions:
Updating docs, explicitly informing that settings.txt wont parse multiple spaces as indentation - failing silently.
Update html pages on docs using tab chars instead.
The text was updated successfully, but these errors were encountered:
felipe-dap
changed the title
settings.txt parsing requires tab char. html doc examples are using spaces as indentation and fails silently.
settings.txt parsing requires tab char. Example code in docs are using spaces as indentation and fails silently.
Apr 23, 2024
Docs on how to customize settings.txt here are using spaces for indentation instead of the TAB char. This does not work. The settings.txt must be indented using TAB char.
// current version - does not work - copied from https://docs.nuvemshop.com.br/help/settings-txt - notice the usage of spaces for indentation -- //
Este é o meu título
i18n_input
name = variable_1
description = Esta es la description
i18n_input
name = variable_2
description = Esta é a descrição da minha segunda variável
// this works - notice the usage of TAB char instead //
Este é o meu título
i18n_input
name = variable_1
description = Esta es la description
i18n_input
name = variable_2
description = Esta é a descrição da minha segunda variável
Suggestions:
Updating docs, explicitly informing that settings.txt wont parse multiple spaces as indentation - failing silently.
Update html pages on docs using tab chars instead.
The text was updated successfully, but these errors were encountered: