Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PagePartBundle] Pageparts recursive regions #668

Merged
merged 1 commit into from
Aug 29, 2015
Merged

[PagePartBundle] Pageparts recursive regions #668

merged 1 commit into from
Aug 29, 2015

Conversation

wesleylancel
Copy link
Contributor

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets

.yml:

rows:
    - regions:
        -
            span: 8
            regions:
                - { name: "main", span: 12 }
                - { name: "form", span: 12 }
                -
                    span: 12
                    regions:
                        - { name: "test", span: 4 }
                        - { name: "test2", span: 8 }
        - { name: "sidebar", span: 4 }

Admin: screenshot 2015-08-28 14 03 59

@roderik roderik added this to the 3.3.0 milestone Aug 29, 2015
roderik pushed a commit that referenced this pull request Aug 29, 2015
[PagePartBundle] Pageparts recursive regions
@roderik roderik merged commit 349d2be into Kunstmaan:master Aug 29, 2015
@wesleylancel wesleylancel deleted the pageparts-recursive-regions branch January 20, 2016 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants