Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSD with 2 ending widget="column" fields, no clear after them #743

Closed
SandrineProusteau opened this issue Sep 19, 2022 · 1 comment
Closed

Comments

@SandrineProusteau
Copy link

Hi
On OpenCms 13.0, I've try creating an news XSD containing 2 fields StringWidget displayed as "column", and it appears that there is no clear:both after them, these fields are out of the inner box... Quick fix? :)

<xsd:complexType name="OpenCmsConfig">
    <xsd:sequence>

      <xsd:element name="Value1" type="OpenCmsString" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="Value2" type="OpenCmsString" minOccurs="1" maxOccurs="1"/>

    </xsd:sequence>
    <xsd:attribute name="language" type="OpenCmsLocale" use="required"/>
  </xsd:complexType>

  <xsd:annotation>
    <xsd:appinfo>
      <resourcebundle name="xxxxxxxxx"/>
      <layouts>
        <layout element="Value1" widget="StringWidget" display="column" />
        <layout element="Value2" widget="StringWidget" display="column" />
      </layouts>
    </xsd:appinfo>

  </xsd:annotation>
@gWestenberger
Copy link
Contributor

Fixed in master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants