Revision: 56463
Author:   jhoffman
Date:     2015-10-30 11:30:19 +0100 (Fri, 30 Oct 2015)
Log Message:
-----------
HIPPLUG-1083: hide 3 too tech component parameters by setting 
hideInChannelManager = true

Modified Paths:
--------------
    
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java

Modified: 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java
===================================================================
--- 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java
    2015-10-30 10:29:21 UTC (rev 56462)
+++ 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java
    2015-10-30 10:30:19 UTC (rev 56463)
@@ -21,7 +21,19 @@
 public interface PollDocumentComponentInfo extends PollComponentInfo {
 
     @Override
-    @Parameter(name = "poll-docsPath", required = true, displayName = "Path to 
the poll document")
+    @Parameter(name = "poll-dataPath", displayName = "Path to store poll 
data", hideInChannelManager = true)
+    String getPollDataPath();
+
+    @Override
+    @Parameter(name = "poll-docsClass", displayName = "Poll documents class", 
hideInChannelManager = true)
+    String getPollDocsClass();
+
+    @Override
+    @Parameter(name = "poll-pollCompoundName", displayName = "Name of poll 
compound", hideInChannelManager = true)
+    String getPollCompoundName();
+
+    @Override
+    @Parameter(name = "poll-docsPath", required = true, displayName = "Poll 
document")
     @JcrPath(pickerSelectableNodeTypes = "poll:polldocument")
     String getPollDocsPath();
 }

_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to