Merge pull request #1562 from GiladFeder/patch-1
removed "both" as a verticalAlign feature
This commit is contained in:
@ -8,12 +8,10 @@ import { XmlAttributeComponent, XmlComponent } from "file/xml-components";
|
||||
// <xsd:restriction base="xsd:string">
|
||||
// <xsd:enumeration value="top"/>
|
||||
// <xsd:enumeration value="center"/>
|
||||
// <xsd:enumeration value="both"/>
|
||||
// <xsd:enumeration value="bottom"/>
|
||||
// </xsd:restriction>
|
||||
// </xsd:simpleType>
|
||||
export enum VerticalAlign {
|
||||
BOTH = "both",
|
||||
BOTTOM = "bottom",
|
||||
CENTER = "center",
|
||||
TOP = "top",
|
||||
|
Reference in New Issue
Block a user