#1028 - Fix example in docs to reflect requirement for _prompt for property I18N.
This commit is contained in:
committed by
Oliver Drotbohm
parent
3d6dc9a52b
commit
04d295abfe
@@ -271,7 +271,7 @@ The keys can be defined globally, locally or fully-qualified and need an `._prom
|
||||
[source]
|
||||
----
|
||||
firstName._prompt=Firstname <1>
|
||||
Employee.firstName=Firstname <2>
|
||||
Employee.firstName._prompt=Firstname <2>
|
||||
com.acme.Employee.firstName._prompt=Firstname <3>
|
||||
----
|
||||
<1> All properties named `email` will get "Firstname" rendered, independent of the type they're declared in.
|
||||
|
||||
Reference in New Issue
Block a user