Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Oct 4, 2017
1 parent 58304d9 commit 2388526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/administration_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ We will discuss the individual configuration options here:
* ``creategroupnamespaces`` -- Boolean, automatically create namespace directories for all groups the user belongs to (upon login). The directory name corresponds to the group name.
* ``metadataindex`` -- List of metadata keys that will be shown in the document index (there is only space for a limited few).
* ``metadataconstraints`` -- Dictionary of metadata keys to lists of possible values, constrains the values in the metadata editor rather than offering a free-fill field. Example: ``'metadataconstraints': {'language': ['fr','en,'es']}``
* ``autometadata`` -- Dictionary of metadata keys and values to use when initially populating the metadata editor, these can be considered assumed defaults. Still requires the user to actually submit the form to take effect (preprocess the FoLiA documents otherwise). Example: ``'': {'language': 'fr'}``
* ``autometadata`` -- Dictionary of metadata keys and values to use when initially populating the metadata editor, these can be considered assumed defaults. Still requires the user to actually submit the form to take effect (preprocess the FoLiA documents otherwise). Example: ``'autometadata': {'language': 'fr'}``
* ``converters`` -- List of converters that can convert from arbitrary formats to FoLiA XML on document upload. See the section on converters further below for syntax.
* ``searches`` -- List of pre-defined search queries, each will get their own
entry in the tools & options menu. Example: ``'searches': [{'query': 'SELECT entity WHERE annotatortype = "manual" FOR w RETURN target', 'label': "Highlight manually annotated entities", 'changeperspective': 'false' }]``. The ``changeperspective`` option can be enabled if you want the search to not just highlight the results, but switch perspective to display only the results. If you want a search to get automatically run on page load, add ``'auto': 'true'``.
Expand Down

0 comments on commit 2388526

Please sign in to comment.