Bert Leunis pushed to branch feature/ESSENTIALS-1180 at cms-community / 
hippo-essentials


Commits:
22357ca3 by Bert Leunis at 2018-03-16T15:37:15+01:00
ESSENTIALS-1180 more introduction text for the plugin. remove obsolete column.

The namespace will always be the default project namespace, so no need to show 
that here.

- - - - -


1 changed file:

- 
plugins/template-query-generator/src/main/resources/META-INF/resources/tool/templatequerygenerator/templatequerygenerator.html


Changes:

=====================================
plugins/template-query-generator/src/main/resources/META-INF/resources/tool/templatequerygenerator/templatequerygenerator.html
=====================================
--- 
a/plugins/template-query-generator/src/main/resources/META-INF/resources/tool/templatequerygenerator/templatequerygenerator.html
+++ 
b/plugins/template-query-generator/src/main/resources/META-INF/resources/tool/templatequerygenerator/templatequerygenerator.html
@@ -15,23 +15,28 @@
   -->
 
 <div class="panel panel-default" ng-controller="templateQueryGeneratorCtrl">
-  <div class="panel-heading"><h3>Generate document and document folder 
template queries.</h3></div>
+  <div class="panel-heading"><h3>Generate document and document folder 
Template Queries</h3></div>
   <div class="panel-body">
     <p>
-      The Template Query Generator generates template queries for documents 
and/or document folders.
+      The Template Query Generator allows you to generate template queries for 
documents and/or document folders.
     </p>
+    <p>
+      It you want to guide users where to create specific document types, you 
can configure the allowed content for a folder.
+      Template Queries serve as entries for that configuration.
+      See the <a 
href="https://www.onehippo.org/library/concepts/document-types/template-queries.html";
 target="_blank">documentation</a> for more information about this.
+    </p>
+    <p>The generated names for the queries are as follows. If the document 
type name is <i>mytype</i> then the query for the document type will be 
<i>new-mytype-document</i>. The name for the folder query will be 
<i>new-mytype-folder</i>.</p>
+    <p>Next to the query definition a label for it will be created as well. 
Note that only an English label is made, you have to make translations 
yourself.</p>
   </div>
   <table class="table" ng-show="contentTypes.length > 0">
     <thead>
       <tr>
-        <th>Namespace</th>
         <th>Document Type</th>
         <th>Actions</th>
       </tr>
     </thead>
     <tbody>
       <tr ng-repeat="contentType in contentTypes | orderBy:identity">
-        <td>{{::contentType.prefix}}</td>
         <td>{{::contentType.name}}</td>
         <td>
           <button class="btn btn-primary" 
ng-click="generateDocumentTemplateQuery(contentType)" title="Generate document 
template query">



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-essentials/commit/22357ca3034cd731c4cf246618360c64e4c98f09

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-essentials/commit/22357ca3034cd731c4cf246618360c64e4c98f09
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to