Skip to content

Commit

Permalink
fix: removed duplicated properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbyndych committed Sep 29, 2023
1 parent f081159 commit 4828881
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/ontology/widgetdefinitions.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
<rdfs:comment xml:lang="en-US"><![CDATA[A particular text box]]></rdfs:comment>
<widget:rangeConstraint rdf:resource="http://www.tao.lu/datatypes/WidgetDefinitions.rdf#rangeConstraint-Literal"/>
<widget:textHeight><![CDATA[1]]></widget:textHeight>
<widget:textLength><![CDATA[3]]></widget:textLength>
<widget:textLength><![CDATA[255]]></widget:textLength>
</rdf:Description>
<rdf:Description rdf:about="http://www.tao.lu/datatypes/WidgetDefinitions.rdf#HiddenBox">
Expand All @@ -124,7 +123,6 @@
<rdfs:label xml:lang="en-US"><![CDATA[HTMLArea]]></rdfs:label>
<rdfs:comment xml:lang="en-US"><![CDATA[An html area]]></rdfs:comment>
<widget:rangeConstraint rdf:resource="http://www.tao.lu/datatypes/WidgetDefinitions.rdf#rangeConstraint-Literal"/>
<widget:textHeight><![CDATA[1]]></widget:textHeight>
<widget:textLength><![CDATA[255]]></widget:textLength>
<widget:textHeight><![CDATA[10]]></widget:textHeight>
</rdf:Description>
Expand Down

0 comments on commit 4828881

Please sign in to comment.