Skip to content

Commit

Permalink
Incorporated review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
s1mahanty authored and ci-build committed Mar 27, 2024
1 parent db8c2f0 commit 17cb589
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -37,7 +37,7 @@ The following properties are written to JCR for this Form Panel component and ar


## Client Libraries
The component provides a `core.forms.components.termsandconditions.v1.runtime` client library category that contains the Javascript runtime for the component.
The component provides a `core.forms.components.modal.v1.runtime` client library category that contains the Javascript runtime for the component.
It should be added to a relevant site client library using the `embed` property.


Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:unstructured"
jcr:title="Adaptive Form Container"
jcr:title="Adaptive Form Modal"
sling:resourceType="cq/gui/components/authoring/dialog"
trackingFeature="core-components:design-dialog:adaptiveform-modal:v1">
<content
Expand Down
Expand Up @@ -23,7 +23,7 @@
jcr:primaryType="nt:unstructured"
jcr:title="Adaptive Form Modal"
sling:resourceType="cq/gui/components/authoring/dialog"
helpPath="https://www.adobe.com/go/aem_af_cmp_termsandconditions_v1"
helpPath="https://www.adobe.com/go/aem_af_cmp_modal_v1"
trackingFeature="core-components:adaptiveform-modal:v1"
extraClientlibs="[core.forms.components.modal.v1.editor]">
<content
Expand Down
@@ -1,5 +1,5 @@
###############################################################################
# Copyright 2023 Adobe
# Copyright 2024 Adobe
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 17cb589

Please sign in to comment.