- Author: Six Apart
- Copyright: 2008-2013 Six Apart Ltd.
- License: MIT
- Site: http://www.movabletype.org/
FieldDay is a plugin for Movable Type that lets you add more fields to the MT interface.
How is Field Day different from MT's built-in "Commercial Pack" implementation of custom fields?
- You can define fields for templates, assets, comments, and blogs, as well as system-wide fields.
- Linked object field types let you connect any supported object type to any other.
- By organizing fields into groups and allowing multiple instances of each group, you can allow users to associate an unlimited amount of data with a given object.
- Field Day Basics: http://github.com/movabletype/mt-plugin-field-day/wiki/Basics
- Field Day Developer Notes: http://github.com/movabletype/mt-plugin-field-day/wiki/Developer-Notes
- Move the
FieldDay
plugin directory to the MTplugins
directory. - Move the
FieldDay
mt-static directory to themt-static/plugins
directory.
Should look like this when installed:
$MT_HOME/
plugins/
FieldDay/
[plugin files here]
mt-static/
plugins/
FieldDay/
[plugin static files here]
This plugin is not an official Six Apart release, and as such support for this plugin is not available.