Skip to content

Commit 8f162f1

Browse files
committed
Add plugin profile to input format and transformations
Signed-off-by: Jarno Elovirta <[email protected]>
1 parent b9b826a commit 8f162f1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

topics/input-formats.ditamap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</topicmeta>
99

1010
<topicref keyref="dita-xml-input"/>
11-
<topicref keyref="markdown-input"/>
12-
<topicref keyref="lwdita-input"/>
13-
<topicref keyref="markdown-dita-syntax-reference"/>
11+
<topicref keyref="markdown-input" props="plugin(org.lwdita)"/>
12+
<topicref keyref="lwdita-input" props="plugin(org.lwdita)"/>
13+
<topicref keyref="markdown-dita-syntax-reference" props="plugin(org.lwdita)"/>
1414

1515
</map>

topics/transformations.ditamap

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<map>
66
<title>DITA-OT transformations</title>
77

8-
<topicref keyref="dita2pdf"/>
9-
<topicref keyref="dita2html5"/>
10-
<topicref keyref="dita2eclipsehelp"/>
11-
<topicref keyref="dita2htmlhelp" platform="windows"/>
12-
<topicref keyref="dita2markdown"/>
13-
<topicref keyref="dita2dita"/>
14-
<topicref keyref="dita2xhtml"/>
8+
<topicref keyref="dita2pdf" props="plugin(org.dita.pdf2)"/>
9+
<topicref keyref="dita2html5" props="plugin(org.dita.html5)"/>
10+
<topicref keyref="dita2eclipsehelp" props="plugin(org.dita.eclipsehelp)"/>
11+
<topicref keyref="dita2htmlhelp" platform="windows" props="plugin(org.dita.htmlhelp)"/>
12+
<topicref keyref="dita2markdown" props="plugin(org.lwdita)"/>
13+
<topicref keyref="dita2dita" props="plugin(org.dita.pdf2)"/>
14+
<topicref keyref="dita2xhtml" props="plugin(org.dita.xhtml)"/>
1515

1616
</map>

0 commit comments

Comments
 (0)