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

settings.txt parsing requires tab char. Example code in docs are using spaces as indentation and fails silently. #32

Open
felipe-dap opened this issue Apr 23, 2024 · 0 comments

Comments

@felipe-dap
Copy link

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.

@felipe-dap 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant