Skip to content

Commit

Permalink
[ckan#3989] link back from Fields to Data Dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi authored and amercader committed Mar 6, 2018
1 parent 1274622 commit 46b96fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/maintaining/datastore.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ will appear when editing any resource with a DataStore table.
The Data Dictionary form allows entering the following values for
each column:

1. Type Override: the type to be used the next time DataPusher is run to load
data into this column
2. Label: a human-friendly label for this column
3. Description: a full description for this column in markdown format
* **Type Override:** the type to be used the next time DataPusher is run to load
data into this column
* **Label:** a human-friendly label for this column
* **Description:** a full description for this column in markdown format

Extension developers may add new fields to this form by overriding the default
Data Dictionary form template ``datastore/snippets/dictionary_form.html``.
Expand Down Expand Up @@ -343,7 +343,7 @@ Set the types to ensure that future inserts will not fail because of an incorrec
guessed type. See :ref:`valid-types` for details on which types are valid.

Extra ``"info"`` field values will be stored along with the column. ``"label"``,
``"notes"`` and ``"type_override"`` can be managed from the default Data Dictionary
``"notes"`` and ``"type_override"`` can be managed from the default :ref:`data_dictionary`
form. Additional fields can be stored by customizing the Data Dictionary form or by
passing their values to the API directly.

Expand Down

0 comments on commit 46b96fd

Please sign in to comment.