diff --git a/en/functions/editing/datamanager.rst b/en/functions/editing/datamanager.rst index 545b67e21..5bf2f05eb 100644 --- a/en/functions/editing/datamanager.rst +++ b/en/functions/editing/datamanager.rst @@ -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. diff --git a/en/functions/search/search_router.rst b/en/functions/search/search_router.rst index 7e5d83140..b9d47b2db 100644 --- a/en/functions/search/search_router.rst +++ b/en/functions/search/search_router.rst @@ -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 @@ -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