Update entities.markdown (#26979)

The `show_name` options has a `false` default value.
This commit is contained in:
ildar170975 2023-04-20 00:56:31 +03:00 committed by GitHub
parent aa1d8e65fa
commit 09e13dac08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,7 +227,7 @@ entities:
required: false required: false
description: If false, the button name is not shown. description: If false, the button name is not shown.
type: boolean type: boolean
default: "true" default: "false"
show_icon: show_icon:
required: false required: false
description: If false, the icon is not shown. description: If false, the icon is not shown.