home / docs / sections

sections: plugins:plugins-configuration

This data as json

id page ref title content breadcrumbs references
plugins:plugins-configuration plugins plugins-configuration Plugin configuration Plugins can have their own configuration, embedded in a Metadata file. Configuration options for plugins live within a "plugins" key in that file, which can be included at the root, database or table level. Here is an example of some plugin configuration for a specific table: { "databases": { "sf-trees": { "tables": { "Street_Tree_List": { "plugins": { "datasette-cluster-map": { "latitude_column": "lat", "longitude_column": "lng" } } } } } } } This tells the datasette-cluster-map column which latitude and longitude columns should be used for a table called Street_Tree_List inside a database file called sf-trees.db . ["Plugins"] []
Powered by Datasette · Queries took 1.403ms