Changeset 5479
- Timestamp:
- 10/12/07 03:13:40 (6 years ago)
- Files:
-
- plugins/sfMediaLibraryPlugin/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfMediaLibraryPlugin/README
r4727 r5479 91 91 }}} 92 92 93 That's it, the TinyMCE file browser is now the sfMediaLibrary's one. 93 That's it, the TinyMCE file browser is now the sfMediaLibrary's one. I'm not sure if this is the case for everyone, but I had to add the advimage plugin to the list of tinymce plugins for it to fully work without javascript errors. 94 94 95 95 Tip: For use with an admin generated module, place the `init_media_library()` call in the `_edit_header.php` partial in the `templates/` directory of the module. To define the callback in a `generator.yml`, do as follows: