Skip to content

Commit c005718

Browse files
authored
Merge pull request #1549 from adobe/comp3
Fixing OOTB components
1 parent cda19ff commit c005718

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ui.af.apps/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,13 @@
328328
<replace file="target/jcr_root/libs/core/fd/components/form/fragmentcontainer/v1/fragmentcontainer/.content.xml" token=".core-adaptiveform" value="Core Adaptive Form" />
329329
<replace file="target/jcr_root/libs/core/fd/components/form/checkbox/v1/checkbox/.content.xml" token=".core-adaptiveform" value="Core Adaptive Form" />
330330
<replace file="target/jcr_root/libs/core/fd/components/form/termsandconditions/v1/termsandconditions/.content.xml" token=".core-adaptiveform" value="Core Adaptive Form" />
331+
<replace file="target/jcr_root/libs/core/fd/components/form/actions/reset/v2/reset/.content.xml" token=".core-adaptiveform" value="Core Adaptive Form" />
332+
<replace file="target/jcr_root/libs/core/fd/components/form/actions/submit/v2/submit/.content.xml" token=".core-adaptiveform" value="Core Adaptive Form" />
333+
<replace file="target/jcr_root/libs/core/fd/components/form/button/v2/button/.content.xml" token=".core-adaptiveform" value="Core Adaptive Form" />
334+
<replace file="target/jcr_root/libs/core/fd/components/form/fileinput/v2/fileinput/.content.xml" token=".core-adaptiveform" value="Core Adaptive Form" />
335+
<replace file="target/jcr_root/libs/core/fd/components/form/fileinput/v3/fileinput/.content.xml" token=".core-adaptiveform" value="Core Adaptive Form" />
336+
<replace file="target/jcr_root/libs/core/fd/components/form/title/v2/title/.content.xml" token=".core-adaptiveform" value="Core Adaptive Form" />
337+
<replace file="target/jcr_root/libs/core/fd/components/form/wizard/v2/wizard/.content.xml" token=".core-adaptiveform" value="Core Adaptive Form" />
331338
</target>
332339
</configuration>
333340
<goals>

0 commit comments

Comments
 (0)