mik-laj commented on a change in pull request #10162:
URL: https://github.com/apache/airflow/pull/10162#discussion_r483872791
##########
File path: airflow/config_templates/config.yml
##########
@@ -1080,6 +1080,13 @@
type: string
example: ~
default: "30"
+ - name: site_title
+ description: |
+ Sets a title to show in the browser tab and the DAGs overview page
+ version_added: ~
+ type: string
+ example: ~
+ default: "DAGs"
Review comment:
```suggestion
default:
```
We will have more freedom if we do not define a default value. The default
value can be specified while reading.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]