- Timestamp:
- 04/30/10 12:48:48 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/modules/aEventAdmin/config/generator.yml
r1087 r1103 13 13 14 14 config: 15 actions: [wef, _new]16 15 fields: 17 16 author_id: { label: created by } 18 17 _editors_list: { label: edited by } 19 18 _categories_list: { label: categories } 20 tags_list: { label: tagged } 21 19 tags_list: { label: tagged } 20 22 21 list: 23 title: " Event Admin"22 title: "Blog Post Admin" 24 23 display: [ _title, _author_id, _editors_list, _tags_list, _categories_list, status, published_at ] 25 24 fields: … … 34 33 label: Categories 35 34 type: ManyKey 36 actions: 35 published_at: 36 label: Date 37 actions: 37 38 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 43 51 filter: 44 52 fields: [ author_id, editors_list, categories_list, status, _tags_list ] 45 53 display: [ author_id, editors_list, categories_list, status, _tags_list ] 46 54 47 form:48 fields: [ author_id ]49 display: [ author_id ]50 51 edit:52 fields: [ author_id ]53

