Sha256: c7cc1fe1e467da31b618cafd3ccaae25131586b3e2873a080064c0c67c894dfb
Contents?: true
Size: 829 Bytes
Versions: 2
Compression:
Stored size: 829 Bytes
Contents
default: id: 1 label: Default Layout parent: content: |- <cms:field:default_field_text:text> layout_content_a <cms:page:default_page_text:text> layout_content_b <cms:snippet:default> layout_content_c css: |- body { background-color: red } p { color: #fff } js: |- $(document).ready(function() { alert('hi'); }) nested: label: Nested Layout parent: content: |- <cms:page:header/> <cms:page:content/> css: |- body { background-color: red } js: |- $(document).ready(function() { alert('hi'); }) child: label: Child Layout parent: nested content: |- <cms:page:left_column> <cms:page:right_column> css: |- body { p: #fff } js: |- js: |- $(document).ready(function() { alert('sup'); })
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
comfortable_mexican_sofa-1.0.1 | test/fixtures/cms_layouts.yml |
comfortable_mexican_sofa-1.0.0 | test/fixtures/cms_layouts.yml |