Closed simonw closed 3 years ago
Most of these use plugin_config which is unaffected. It looks like the only code I need to worry about is this trick in datasette-graphl: https://github.com/simonw/datasette-graphql/blob/483c9a9e203bb90365def3df8b8f01dda1e75865/datasette_graphql/utils.py#L456-L460
plugin_config
datasette-graphl
Originally posted by @simonw in https://github.com/simonw/datasette/issues/1107#issuecomment-733245097
If I add a setting() method here in addition to the .config() method then the plugin will work against Datasette both before and after the method is renamed.
setting()
.config()
Originally posted by @simonw in https://github.com/simonw/datasette/issues/1107#issuecomment-733245097