I am working on a set of pattern definitions for a new site, and am having trouble with a pattern definition. When I run it, I get the following error:
- Add new field: you need to select a field type.
- Above error(s) occured while executing action #4 (CCK: Add Field or Group) in My Model pattern. Error location(s) are: _add_new_field->type
I am able to run the bundled sample patterns without issue, and I can't see anything about my patterns which would cause problems. Any advice?
| Comment | File | Size | Author |
|---|---|---|---|
| sample.yaml_.txt | 2.15 KB | haxney |
Comments
Comment #1
vaish commentedPhone module generates many field types in the format _phone. You need to specify one of those in the pattern, instead just saying "phone" as you did. See example below:
Patterns form helper can help you in determining correct values that you need to use in your patterns. You can enable it at admin/build/patterns/settings
Comment #2
vaish commented