diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2018-05-04 14:16:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-04 14:16:33 +0300 |
commit | 8cd186132e93ce7684cf44152a3a1b798f5d29f0 (patch) | |
tree | 39ac5bc617b1e3465783d3a0f94129dc279bc9bc /documentation/articles/CreatingACustomFieldForEditingTheAddressOfAPerson.asciidoc | |
parent | f7279f7330a3673e88e97552bb623fc21c2971e9 (diff) | |
download | vaadin-framework-8cd186132e93ce7684cf44152a3a1b798f5d29f0.tar.gz vaadin-framework-8cd186132e93ce7684cf44152a3a1b798f5d29f0.zip |
Documentattion: Fix asciidocs headings H1 (#10883)
Diffstat (limited to 'documentation/articles/CreatingACustomFieldForEditingTheAddressOfAPerson.asciidoc')
-rw-r--r-- | documentation/articles/CreatingACustomFieldForEditingTheAddressOfAPerson.asciidoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/articles/CreatingACustomFieldForEditingTheAddressOfAPerson.asciidoc b/documentation/articles/CreatingACustomFieldForEditingTheAddressOfAPerson.asciidoc index 1c623e44a5..e28f5e3e19 100644 --- a/documentation/articles/CreatingACustomFieldForEditingTheAddressOfAPerson.asciidoc +++ b/documentation/articles/CreatingACustomFieldForEditingTheAddressOfAPerson.asciidoc @@ -5,8 +5,7 @@ layout: page --- [[creating-a-customfield-for-editing-the-address-of-a-person]] -Creating a CustomField for editing the address of a person ----------------------------------------------------------- += Creating a CustomField for editing the address of a person A normal use case is that you want to create a form out a bean that the user can edit. Often these beans contain references to other beans as |