This commit is contained in:
Simon Willison 2018-05-16 08:15:56 -07:00
commit a70e5f00c6
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -80,7 +80,7 @@ This works for both the HTML interface and the ``.json`` view. When enabled, fac
}
}
If Datasette detects that a column is a foreign key, the ``"label"`` proper will be automatically derived from the detected label column on the referenced table.
If Datasette detects that a column is a foreign key, the ``"label"`` property will be automatically derived from the detected label column on the referenced table.
Facets in metadata.json
-----------------------