datasette / datasette-enrichments

Tools for running enrichments against data stored in Datasette
https://enrichments.datasette.io
Apache License 2.0
16 stars 0 forks source link

get_config_form() should take datasette as first argument #22

Closed simonw closed 7 months ago

simonw commented 7 months ago

Don't forget to update documentation as well.

https://github.com/datasette/datasette-enrichments/blob/cb9705240567407d0d4a7a2086936df081527fb7/example-enrichments/jinja_sandbox.py#L18

simonw commented 7 months ago

Documentation to update: https://github.com/datasette/datasette-enrichments/blob/1d3fa43ab995137bb0f3ba23443735bb480cd615/docs/developing.md#L121-L125

That documentation also needs to list all of the arguments, like it does for the other methods.