title 3lvl with upper case

This commit is contained in:
Thibaud WOJTOWICZ 2021-08-14 18:28:57 +02:00
parent d2e4691425
commit 020e1c11f2

View file

@ -56,7 +56,7 @@ optional = true # optional, will skip if not answered
## All avaiable types ## All avaiable types
### string ### String
This one is the simpliest one and is the default type if you don't specify one. This one is the simpliest one and is the default type if you don't specify one.
@ -88,7 +88,7 @@ default = "some stuff" # optional
[/ui-tab] [/ui-tab]
[/ui-tabs] [/ui-tabs]
### string with choices ### String with choices
Like string except the user needs to chose in a list of specifics strings. Like string except the user needs to chose in a list of specifics strings.
[ui-tabs position="top-left" active="0" theme="lite"] [ui-tabs position="top-left" active="0" theme="lite"]
@ -120,7 +120,7 @@ default = "en" # optional
[/ui-tab] [/ui-tab]
[/ui-tabs] [/ui-tabs]
### domain ### Domain
This type will ask the user to chose one of the domains of their YunoHost instance. This type will ask the user to chose one of the domains of their YunoHost instance.
[ui-tabs position="top-left" active="0" theme="lite"] [ui-tabs position="top-left" active="0" theme="lite"]
@ -332,7 +332,7 @@ ask.fr = "la question en français"
[/ui-tab] [/ui-tab]
[/ui-tabs] [/ui-tabs]
### display_text ### Display text
This is a special type that allows the application packager to write some text This is a special type that allows the application packager to write some text
that will be simply displayed. This is useful to provide more context. that will be simply displayed. This is useful to provide more context.