You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/02/21 11:33:07 UTC

svn commit: r509961 - /lenya/trunk/src/modules/tinymce/README

Author: nettings
Date: Wed Feb 21 02:33:06 2007
New Revision: 509961

URL: http://svn.apache.org/viewvc?view=rev&rev=509961
Log:
fixed readme regarding usecase permissions, thanks to richard frovarp.

Modified:
    lenya/trunk/src/modules/tinymce/README

Modified: lenya/trunk/src/modules/tinymce/README
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/tinymce/README?view=diff&rev=509961&r1=509960&r2=509961
==============================================================================
--- lenya/trunk/src/modules/tinymce/README (original)
+++ lenya/trunk/src/modules/tinymce/README Wed Feb 21 02:33:06 2007
@@ -23,8 +23,13 @@
       <role id="edit" method="grant"/>
     </usecase>
 
-  This will allow the "admin" and "edit" roles to access the 
-  usecase.
+    <usecase id="tinymce.insertImage">
+      <role id="admin" method="grant"/>
+      <role id="edit" method="grant"/>
+    </usecase>
+
+   This will allow the "admin" and "edit" roles to access the 
+   usecases to edit and upload images.
  
 - To add a menu entry, in $YOURPUB/config/publication.xconf
   add  <module name="tinymce"/> next to the other module 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org