Skip to content

Commit d063bdf

Browse files
committed
prebuilt: change order of url & descriptions
1 parent f77d16a commit d063bdf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,9 +1142,8 @@ div {
11421142
element prebuilt {
11431143
ds.title,
11441144
ds.subtitle?,
1145-
ds.descriptions,
1146-
ds.url+
1147-
# ds.link+
1145+
ds.url+,
1146+
ds.descriptions
11481147
# ds.metadata # TODO
11491148
}
11501149
}

0 commit comments

Comments
 (0)