Using Asset Factory Plug-ins
The asset factory plugin framework allows administrators to tie Java plugin classes with certain asset factories. These plugins, configurable through a file named "asset-factory-plugin-config.xml", allow administrators to accomplish certain tasks as users create new assets from asset factories.
- Writing your own Asset Factory Plugin
Learn about what functions to implement, disallowing asset creation, exceptions, what to do with your plugin afterwards, and examples. - Available Plug-ins
»
These plug-ins may be used to enhance Asset Factories.- Create Resized Images Plug-in
This plug-in allows an administrator to specify that multiple resized images will be created when a user uploads a single image. - Display to System Name Plug-in
This plug-in ensures that newly-created assets are given search engine friendly system names. - File Limit Plug-in
This plug-in allows administrators to place restrictions on the size and type of file created using a specific asset factory. - Set Start Date Plug-in
This plug-in sets the metadata field "start date" to the current time for newly created assets, with an optional configurable offset. - Friendly File Name Plug-in
This plug-in limits the system name of file assets to a-z, A-Z, 0-9 and underscores, periods, and hyphens. - Friendly Page Name Plug-in
This plugin limits the system name of new page assets to configurable regular expression. - Title to System Name Plug-in
This plug-in ensures that newly-created assets are given search engine friendly system names.
- Create Resized Images Plug-in
Last modified on Thu, 30 Aug 2007 14:05:17 -0400
Top / Next / Up / Table of Contents