Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

How to create fields for an OS App

baisong edited this page Aug 9, 2012 · 2 revisions

In Drupal 7

  1. Use short, descriptive field names without altering the machine name.
  2. You may optionally choose to name your fields with a namespace (like field_blog_photo, field_blog_type).

Note: It is recommended you do not use fields to store inline files, inline images, or inline media for long text fields. Instead, use the Media module.

See also

Clone this wiki locally