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