We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Option to set value for path on all scopes
n98-magerun config:set --all design/head/default_robots "NOINDEX,NOFOLLOW" # UPDATE core_config_data SET value = 'NOINDEX,NOFOLLOW' WHERE path = 'design/head/default_robots'
The text was updated successfully, but these errors were encountered:
There is a way to achieve this IIRC, the config:delete allows --all already. So you can first delete all entries and then set the default one.
config:delete
--all
Please report back if that works in your case (or you maybe did it this way already?).
Sorry, something went wrong.
No branches or pull requests
Option to set value for path on all scopes
The text was updated successfully, but these errors were encountered: