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

Show
Ignore:
Timestamp:
04/30/10 12:48:48 (2 years ago)
Author:
dordille
Message:

Updates to aEventAdmin.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk/modules/aEventAdmin/config/generator.yml

    r1087 r1103  
    1313     
    1414    config: 
    15       actions: [wef, _new]         
    1615      fields: 
    1716        author_id:  { label: created by } 
    1817        _editors_list: { label: edited by } 
    1918        _categories_list: { label: categories } 
    20         tags_list: { label: tagged }        
    21        
     19        tags_list: { label: tagged } 
     20 
    2221      list: 
    23         title:    "Event Admin" 
     22        title:    "Blog Post Admin" 
    2423        display:  [ _title, _author_id, _editors_list, _tags_list, _categories_list, status, published_at ] 
    2524        fields: 
     
    3433            label:  Categories 
    3534            type:   ManyKey 
    36         actions:  
     35          published_at: 
     36            label:  Date 
     37        actions: 
    3738          new: 
    38             label: New Event 
    39             action: new  
    40             params:  
    41               class: a-btn big icon a-add alt           
    42                  
     39            label: New Post 
     40            action: new 
     41            params: 
     42              class: a-btn big icon a-add alt 
     43        batch_actions: 
     44          delete: 
     45            label: Delete 
     46          publish: 
     47            label: Publish 
     48          unpublish: 
     49            label: Unpublish 
     50 
    4351      filter: 
    4452        fields:   [ author_id, editors_list, categories_list, status, _tags_list ] 
    4553        display:  [ author_id, editors_list, categories_list, status, _tags_list ] 
    4654         
    47       form: 
    48         fields:   [ author_id ] 
    49         display:  [ author_id ] 
    50          
    51       edit: 
    52         fields: [ author_id ] 
    53