We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea08b93 commit 68204a1Copy full SHA for 68204a1
1 file changed
src/docbuild/config/xml/data/portal-config-schema.rnc
@@ -1027,13 +1027,14 @@ div {
1027
& ds.deliverable.trans.type.attr
1028
),
1029
#
1030
- (ds.ref | ds.deliverable.prebuilt)
+ # TODO: Do we want only have references in translations?
1031
+ # The <ref> content model allows also descriptions.
1032
+ ds.ref # | ds.deliverable.prebuilt
1033
}
1034
1035
1036
1037
-
1038
[
1039
db:refname [ "branch" ]
1040
db:refpurpose [ "Branch of the source Git repository" ]
0 commit comments