Author: tkoomzaaskz
Date: 2010-09-04 18:01:53 +0200 (Sat, 04 Sep 2010)
New Revision: 30829
Modified:
plugins/tdVisualFactoryPlugin/trunk/README
Log:
[td_visual_factory] README updated
Modified: plugins/tdVisualFactoryPlugin/trunk/README
===================================================================
--- plugins/tdVisualFactoryPlugin/trunk/README 2010-09-04 15:55:44 UTC (rev
30828)
+++ plugins/tdVisualFactoryPlugin/trunk/README 2010-09-04 16:01:53 UTC (rev
30829)
@@ -33,6 +33,13 @@
* The first of all custom image sizes is used as the thumbnail size in admin
generator (image album editing with image list).
+ * To use the activate/deactivate AJAX interface in the backend td_image_album
+ module, remember to enable the __graphics__ module of the __tdCorePlugin__
+ inside your settings.yml file (see tdCorePlugin README).
+
+ [php]
+ enabled_modules: [ ..., graphics ]
+
Configuration
=============
@@ -65,13 +72,6 @@
* _td_visual_factory_mode_ - (String) external library use within the Visual
Factory, can be either _gd_ (GD) or _im_ (Imagick).
- * To use the activate/deactivate AJAX interface in the backend td_image_album
- module, remember to enable the __graphics__ module of the __tdCorePlugin__
- inside your settings.yml file (see tdCorePlugin README).
-
- [php]
- enabled_modules: [ ..., graphics ]
-
Dependencies
============
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.