Closed (fixed)
Project:
Patterns
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2010 at 10:20 UTC
Updated:
18 Mar 2010 at 18:50 UTC
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:
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