drusepth / Indent

Indent is a set of tools for writers, game designers, and roleplayers to create magnificent universes – and everything within them.
http://indentapp.com
1 stars 1 forks source link

Expose specialized field types for use in custom content types #428

Open drusepth opened 9 years ago

drusepth commented 9 years ago

For example, we probably want to build the functionality for and expose a field type of "file upload" so users creating content types that could be better with images, documents, etc can use it and know it'll just work.

If we want to be more restricting/specific we can do upload fields for each type of file, e.g. Image Upload or Document Upload or Wireframe Upload and only allow specific types of files or otherwise adjust something based on the type of file.

Improvement for https://github.com/drusepth/Indent/issues/426