diff --git a/content/src/main/content/jcr_root/apps/acs-commons/components/content/definition-list/.content.xml b/content/src/main/content/jcr_root/apps/acs-commons/components/content/definition-list/.content.xml
new file mode 100644
index 0000000000..113d95b3bf
--- /dev/null
+++ b/content/src/main/content/jcr_root/apps/acs-commons/components/content/definition-list/.content.xml
@@ -0,0 +1,7 @@
+
+
diff --git a/content/src/main/content/jcr_root/apps/acs-commons/components/content/definition-list/definition-list.jsp b/content/src/main/content/jcr_root/apps/acs-commons/components/content/definition-list/definition-list.jsp
new file mode 100644
index 0000000000..50a890742a
--- /dev/null
+++ b/content/src/main/content/jcr_root/apps/acs-commons/components/content/definition-list/definition-list.jsp
@@ -0,0 +1,37 @@
+<%--
+ #%L
+ ACS AEM Commons Package
+ %%
+ Copyright (C) 2014 Adobe
+ %%
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ #L%
+ --%>
+<%@include file="/libs/foundation/global.jsp" %>
+<%@ taglib prefix="wcmmode" uri="http://www.adobe.com/consulting/acs-aem-commons/wcmmode" %><%
+%><%@ taglib prefix="widgets" uri="http://www.adobe.com/consulting/acs-aem-commons/widgets" %><%
+%><%@ taglib prefix="xss" uri="http://www.adobe.com/consulting/acs-aem-commons/xss" %>
+
+
+
+
+
+
+
+
+ - ${xss:encodeForHTML(xssAPI, definition['term'])}
+ - ${xss:encodeForHTML(xssAPI, definition['definition'])}
+
+
+
+
diff --git a/content/src/main/content/jcr_root/apps/acs-commons/components/content/definition-list/dialog.xml b/content/src/main/content/jcr_root/apps/acs-commons/components/content/definition-list/dialog.xml
new file mode 100644
index 0000000000..e0866a58bd
--- /dev/null
+++ b/content/src/main/content/jcr_root/apps/acs-commons/components/content/definition-list/dialog.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/content/src/main/content/jcr_root/apps/acs-commons/components/content/definition-list/icon.png b/content/src/main/content/jcr_root/apps/acs-commons/components/content/definition-list/icon.png
new file mode 100644
index 0000000000..76d7e44b24
Binary files /dev/null and b/content/src/main/content/jcr_root/apps/acs-commons/components/content/definition-list/icon.png differ
diff --git a/content/src/main/content/jcr_root/apps/acs-commons/widgets/source/css/cq-placeholders.less b/content/src/main/content/jcr_root/apps/acs-commons/widgets/source/css/cq-placeholders.less
index 0f7ade848f..485f2e22c4 100644
--- a/content/src/main/content/jcr_root/apps/acs-commons/widgets/source/css/cq-placeholders.less
+++ b/content/src/main/content/jcr_root/apps/acs-commons/widgets/source/css/cq-placeholders.less
@@ -80,3 +80,13 @@ body {
.cq-placeholder-base;
background: url("../images/placeholders/cq-audio-placeholder.png" ) no-repeat scroll 50% 50%;
}
+
+.cq-dl-placeholder {
+ .cq-placeholder-base;
+ background: url("../images/placeholders/cq-dl-placeholder.png" ) no-repeat scroll 50% 50%;
+}
+
+.cq-ul-placeholder {
+ .cq-placeholder-base;
+ background: url("../images/placeholders/cq-ul-placeholder.png" ) no-repeat scroll 50% 50%;
+}
\ No newline at end of file
diff --git a/content/src/main/content/jcr_root/apps/acs-commons/widgets/source/images/placeholders/cq-dl-placeholder.png b/content/src/main/content/jcr_root/apps/acs-commons/widgets/source/images/placeholders/cq-dl-placeholder.png
new file mode 100644
index 0000000000..78254679e6
Binary files /dev/null and b/content/src/main/content/jcr_root/apps/acs-commons/widgets/source/images/placeholders/cq-dl-placeholder.png differ
diff --git a/content/src/main/content/jcr_root/apps/acs-commons/widgets/source/images/placeholders/cq-ul-placeholder.png b/content/src/main/content/jcr_root/apps/acs-commons/widgets/source/images/placeholders/cq-ul-placeholder.png
new file mode 100644
index 0000000000..55bb779571
Binary files /dev/null and b/content/src/main/content/jcr_root/apps/acs-commons/widgets/source/images/placeholders/cq-ul-placeholder.png differ