This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push: new 4261777 Improved: Removes misplaced duplicate "placeholder" attribute 4261777 is described below commit 4261777aaef683ca65f10d0773a8ef5af3618c92 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Apr 8 15:35:57 2022 +0200 Improved: Removes misplaced duplicate "placeholder" attribute --- dtds/widget-form.xsd | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dtds/widget-form.xsd b/dtds/widget-form.xsd index 93e5d56..d79fdb3 100644 --- a/dtds/widget-form.xsd +++ b/dtds/widget-form.xsd @@ -964,11 +964,6 @@ under the License. </xs:restriction> </xs:simpleType> </xs:attribute> - <xs:attribute name="placeholder" type="xs:string"> - <xs:annotation> - <xs:documentation>Specifies a short hint that describes the expected value of an input field.</xs:documentation> - </xs:annotation> - </xs:attribute> </xs:complexType> </xs:element> <xs:element name="display" substitutionGroup="AllFields">