Skip to content

Add terms of service config

Thomas requested to merge add-terms-of-service-config into main

Unfortunately there's no public API for inserting terms of services:

The following SQL request should do it:

INSERT INTO oc_termsofservice_terms (country_code, language_code, body)
  VALUES ('--', 'fr', <content from terms_of_service/terms.md>);
Edited by Luc Didry

Merge request reports