Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d508f4

Browse files
author
Gustav Novotny
committed
Remove Page target attribute default value
1 parent 813ae2a commit 6d508f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db-setup-core/src/main/resources/setup_definition-1.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
<xs:attribute name="name" use="required"/>
333333
<xs:attribute name="friendlyURL" use="required"/>
334334
<xs:attribute name="type" default="portlet"/>
335-
<xs:attribute name="target" use="optional" default="_blank"/>
335+
<xs:attribute name="target" use="optional" />
336336
<xs:attribute name="hidden" type="xs:boolean" default="false"/>
337337
<xs:attribute name="layout" type="xs:NCName">
338338
<xs:annotation>

0 commit comments

Comments
 (0)