mirror of
https://github.com/simonw/datasette.git
synced 2026-07-13 19:14:35 +02:00
Merge 3b787aae74 into db82123108
This commit is contained in:
commit
49365bed57
1 changed files with 9 additions and 0 deletions
|
|
@ -144,6 +144,15 @@ The three visible metadata fields you can apply to everything, specific database
|
|||
|
||||
For each of these you can provide just the ``*_url`` field and Datasette will treat that as the default link label text and display the URL directly on the page.
|
||||
|
||||
.. _metadata_description:
|
||||
|
||||
Descriptions
|
||||
------------
|
||||
|
||||
You can apply a **description** or **description_html** field to the index page, specific databases or specific tables. If both are present, the HTML description wins.
|
||||
|
||||
Unlike the metadata fields above, descriptions do not cascade from the index to databases or from databases to their columns.
|
||||
|
||||
.. _metadata_column_descriptions:
|
||||
|
||||
Column descriptions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue