Skip to content

Commit 3c3983e

Browse files
committed
Use id instead of productid for <product>
1 parent 6c2f03f commit 3c3983e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docbuild/config/xml/data/portal-config-schema.rnc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,9 +557,9 @@ ds.product =
557557
# not make sense to use xsd:id here because there can only ever be one
558558
# of these ID per productconfig file.
559559
(
560+
ds.id.attr &
560561
ds.xmlbase.attr? &
561562
ds.path.attr? &
562-
ds.productid.attr & # TODO: use ds.id.attr?
563563
ds.schemaversion.attr? &
564564
ds.enabled.attr? &
565565
ds.site-section.attr? & # TODO: Do we still need this attribute?

0 commit comments

Comments
 (0)