diff --git a/config/alfresco/bootstrap-context.xml b/config/alfresco/bootstrap-context.xml
index ee30adc0b8..ece34a4f5c 100644
--- a/config/alfresco/bootstrap-context.xml
+++ b/config/alfresco/bootstrap-context.xml
@@ -202,6 +202,20 @@
/${spaces.company_home.childname}/${spaces.dictionary.childname}
alfresco/bootstrap/webScriptsReadme.xml
+
+
+ /${spaces.company_home.childname}/${spaces.dictionary.childname}
+ alfresco/bootstrap/customModelsSpace.acp
+
+
+ /${spaces.company_home.childname}/${spaces.dictionary.childname}
+ alfresco/bootstrap/customMessagesSpace.xml
+
+
+ /${spaces.company_home.childname}/${spaces.dictionary.childname}
+ alfresco/bootstrap/customWebClientExtensionSpace.xml
+
+
diff --git a/config/alfresco/bootstrap/customMessagesSpace.xml b/config/alfresco/bootstrap/customMessagesSpace.xml
new file mode 100755
index 0000000000..b284b8b270
--- /dev/null
+++ b/config/alfresco/bootstrap/customMessagesSpace.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+ Customized Messages
+ space-icon-default
+ Customized Messages
+ Messages
+
+
+
\ No newline at end of file
diff --git a/config/alfresco/bootstrap/customModelsSpace.acp b/config/alfresco/bootstrap/customModelsSpace.acp
new file mode 100644
index 0000000000..b83c561a31
Binary files /dev/null and b/config/alfresco/bootstrap/customModelsSpace.acp differ
diff --git a/config/alfresco/bootstrap/customWebClientExtensionSpace.xml b/config/alfresco/bootstrap/customWebClientExtensionSpace.xml
new file mode 100755
index 0000000000..3c9d6d86a6
--- /dev/null
+++ b/config/alfresco/bootstrap/customWebClientExtensionSpace.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+ Customized Web Client
+ space-icon-default
+ Customized Web Client
+ Web Client Extension
+
+
+
\ No newline at end of file
diff --git a/config/alfresco/messages/patch-service.properties b/config/alfresco/messages/patch-service.properties
index 6bf835d84e..42dec34e0f 100644
--- a/config/alfresco/messages/patch-service.properties
+++ b/config/alfresco/messages/patch-service.properties
@@ -171,3 +171,6 @@ patch.webScriptsReadme.description=Applied ReadMe template to Web Scripts folder
patch.AVMProperties.description=Changes storage of properties on AVM Nodes.
patch.AVMProperties.result=Properties were moved.
+patch.customModels.description=Adds Models space to Data Dictionary.
+patch.customMessages.description=Adds Messages space to Data Dictionary.
+patch.customWebClientExtension.description=Adds Web Client Extension space to Data Dictionary.
diff --git a/config/alfresco/patch/patch-services-context.xml b/config/alfresco/patch/patch-services-context.xml
index d6f849a9e6..ac5f0d651f 100644
--- a/config/alfresco/patch/patch-services-context.xml
+++ b/config/alfresco/patch/patch-services-context.xml
@@ -908,4 +908,67 @@
+
+ patch.customModels
+ patch.customModels.description
+ 0
+ 101
+ 102
+
+
+
+
+
+ /${spaces.company_home.childname}/${spaces.dictionary.childname}/app:models
+
+
+
+ /${spaces.company_home.childname}/${spaces.dictionary.childname}
+ alfresco/bootstrap/customModelsSpace.acp
+
+
+
+
+
+ patch.customMessages
+ patch.customMessages.description
+ 0
+ 101
+ 102
+
+
+
+
+
+ /${spaces.company_home.childname}/${spaces.dictionary.childname}/app:messages
+
+
+
+ /${spaces.company_home.childname}/${spaces.dictionary.childname}
+ alfresco/bootstrap/customMessagesSpace.xml
+
+
+
+
+
+ patch.customWebClientExtension
+ patch.customWebClientExtension.description
+ 0
+ 101
+ 102
+
+
+
+
+
+ /${spaces.company_home.childname}/${spaces.dictionary.childname}/app:webclient_extension
+
+
+
+ /${spaces.company_home.childname}/${spaces.dictionary.childname}
+ alfresco/bootstrap/customWebClientExtensionSpace.xml
+
+
+
+