Skip to content
Snippets Groups Projects
Unverified Commit f0768c79 authored by eileen's avatar eileen :8ball: Committed by GitHub
Browse files

Add link to information about localising fields

parent ef34381b
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ Tags acceptable within `<table>` / `<field>` ...@@ -95,7 +95,7 @@ Tags acceptable within `<table>` / `<field>`
| `<headerPattern>` | regex | | 0 or 1 | *Not yet documented* | | `<headerPattern>` | regex | | 0 or 1 | *Not yet documented* |
| `<dataPattern>` | regex | | 0 or 1 | *Not yet documented* | | `<dataPattern>` | regex | | 0 or 1 | *Not yet documented* |
| `<required>` | `true`/`false` | | 0 or 1 | When `false`, MySQL will allow this field to be set to `NULL` | | `<required>` | `true`/`false` | | 0 or 1 | When `false`, MySQL will allow this field to be set to `NULL` |
| `<localizable>` | `true`/`false` | | 0 or 1 | If `true`, in a multilingual site the field will have separate per-language fields | | `<localizable>` | `true`/`false` | | 0 or 1 | If `true`, in a multilingual site the field will have separate per-language fields. See [this](https://docs.civicrm.org/dev/en/latest/translation/database/) link when adjusting localizable or adding localizable fields|
| `<import>` | `true`/`false` | | 0 or 1 | When `true`, this field will be available for use when importing data | | `<import>` | `true`/`false` | | 0 or 1 | When `true`, this field will be available for use when importing data |
| `<export>` | `true`/`false` | | 0 or 1 | When `true`, users will be able to include this field in data exports | | `<export>` | `true`/`false` | | 0 or 1 | When `true`, users will be able to include this field in data exports |
| `<rule>` | text | | 0 or 1 | *Not yet documented* | | `<rule>` | text | | 0 or 1 | *Not yet documented* |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment