To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Changeset 1063

Show
Ignore:
Timestamp:
04/26/10 16:39:04 (22 months ago)
Author:
dordille
Message:

Use doctrine's sluggable behavior.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk/config/doctrine/schema.yml

    r1062 r1063  
    66    Timestampable: ~ 
    77    Taggable: ~ 
     8    Sluggable: 
     9      fields: [ title ] 
     10      builder: [ aTools, slugify ] 
    811  columns: 
    912    id: 
     
    1821      type: string(255) 
    1922      notnull: true 
    20     slug: 
    21       type: string(255) 
    22       notnull: true 
    23       unique: true 
    2423    slug_saved: 
    2524      type: boolean 
     
    6564      local: blog_item_id 
    6665      foreign: blog_category_id 
     66 
    6767       
    6868