diff --git a/samples/acme-intranet/webapp/src/main/webapp/WEB-INF/conf/office-extension/wcm/deployment/office-deployment-configuration.xml b/samples/acme-intranet/webapp/src/main/webapp/WEB-INF/conf/office-extension/wcm/deployment/office-deployment-configuration.xml
index 0b39496c11..66722e1b25 100644
--- a/samples/acme-intranet/webapp/src/main/webapp/WEB-INF/conf/office-extension/wcm/deployment/office-deployment-configuration.xml
+++ b/samples/acme-intranet/webapp/src/main/webapp/WEB-INF/conf/office-extension/wcm/deployment/office-deployment-configuration.xml
@@ -54,6 +54,10 @@
indicates if this plugin will override data over legacy data, default value:false
${intranet.portalConfig.metadata.override:false}
+
+ siteName
+ intranet
+
Office jira Data
Deployment Descriptor
diff --git a/samples/acme-website/webapp/src/main/webapp/WEB-INF/conf/acme-portal/wcm/deployment/acme-deployment-configuration.xml b/samples/acme-website/webapp/src/main/webapp/WEB-INF/conf/acme-portal/wcm/deployment/acme-deployment-configuration.xml
index 2ebc4997d9..fd3aab8f84 100644
--- a/samples/acme-website/webapp/src/main/webapp/WEB-INF/conf/acme-portal/wcm/deployment/acme-deployment-configuration.xml
+++ b/samples/acme-website/webapp/src/main/webapp/WEB-INF/conf/acme-portal/wcm/deployment/acme-deployment-configuration.xml
@@ -56,6 +56,10 @@
The flag parameter to decide if portal metadata is overriden on restarting server
${acme.portalConfig.metadata.override:false}
+
+ siteName
+ acme
+
ACME French translations directory
Deployment Descriptor
@@ -933,6 +937,10 @@
The flag parameter to decide if portal metadata is overriden on restarting server
${acme.portalConfig.metadata.override:false}
+
+ siteName
+ acme
+
news1Link
diff --git a/samples/acme-website/webapp/src/main/webapp/WEB-INF/conf/acme-portal/wcm/newsletter-configuration.xml b/samples/acme-website/webapp/src/main/webapp/WEB-INF/conf/acme-portal/wcm/newsletter-configuration.xml
index 4be2ef1cae..48b462622e 100644
--- a/samples/acme-website/webapp/src/main/webapp/WEB-INF/conf/acme-portal/wcm/newsletter-configuration.xml
+++ b/samples/acme-website/webapp/src/main/webapp/WEB-INF/conf/acme-portal/wcm/newsletter-configuration.xml
@@ -148,6 +148,10 @@
org.exoplatform.services.deployment.plugins.XMLDeploymentPlugin
XML Deployment Plugin
+
+ siteName
+ acme
+
Demo newsletter for acme site
Deployment Descriptor