Make some default values configurable
Some values are set by default but can be overridden via a configuration.
List of configurations:
- [ ] max rows to show on front end, default 1000
- [ ] create tutorial table if no tables exist, default true
Hi @juliusknorr, I'd like to try implementing this, but I can't find any documenation how to contribute (git-workflow, documentation requirements, etc.). How may I start?
Hi @ionoci, we are not tooo formal about this in general. Just open a PR against the main branch. Conventional commits are encouraged, but not enforced here.
Maybe most important is that APIs should not break :)
Some dev info is here, but honestly I am not sure how up to date this is: https://github.com/nextcloud/tables/wiki/Developing
Would be very helpful if it was possible to disable the tutorial tables for new users.