22/02/2012 5:19am

PHP | Problem -


path: /path/to//www/module-website-portfolio

models:
- model: WebsitePortfolioFolder
allowed_children: WebsitePortfolioPage
view:
- section: ListChildren
show: Title

- model: WebsitePortfolioPage
view:
- section: Table
show: WebsitePortfolioImage

- model: WebsitePortfolioImage
extends: DataObject
fields:
- field:
name: Description
type: HTMLText
tab: Summary
validation:
required: true
- field:
name: Screenshot
type: Image
tab: Screenshot
validation:
required: true
relationships:
one_to_many:
- models: WebsitePortfolioPage => WebsitePortfolioImage


Post Comment