Skip to content

Commit

Permalink
search router updated example, new column city, deprecated text deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
astroidex committed Mar 1, 2022
1 parent 44fe8df commit a668df5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion en/functions/editing/datamanager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Read more about this at `database <../../../customization/yaml.html>`_.
Configuration example
---------------------

The definition of the Data Manager is done in YAML syntax in the textarea configuration at schemes. Here you define the database connection, the editable table, the attribute form..
The definition of the Data Manager is done in YAML syntax in the textarea configuration at schemes. Here you define the database connection, the editable table, the attribute form.

.. hint:: If errors occur in the database, fields or form, various error messages appear. Via the normal call and app.php comes a general error message. If you want to see the exact error message, you should call the page via app_dev.php. In this case, detailed error messages about the error behavior appear.

Expand Down
8 changes: 4 additions & 4 deletions en/functions/search/search_router.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ In the section **results** the definition for the result table and styling is no
* **headers**: definition of the columns to display and the alternative labeling
* **callback**: define the action for the click event on a result item
* **event**: only click is supported
* ** buffer**: zoom to the result item with a defined buffer
* **buffer**: zoom to the result item with a defined buffer
* **minScale and maxScale**: zoom to the result item in a scale between minScale and maxScale


Expand All @@ -240,9 +240,9 @@ You can overwrite this by handing over a styleMap-Configuration.

Three different styles are configured:

* **default** - default style
* **select** - style on select
* **temporary** - style on mouse-over
* **default**: default style
* **select**: style on select
* **temporary**: style on mouse-over

.. code-block:: yaml
Expand Down

0 comments on commit a668df5

Please sign in to comment.