Sha256: 7d2246c6a43dbb9c75fba9d87fa790861e6d18077ecfbd6f300fde208512cde8
Contents?: true
Size: 1.29 KB
Versions: 2
Compression:
Stored size: 1.29 KB
Contents
- page_slug: about-us page_part_key: our_agency block_contents: {} order_in_editor: 2, show_in_editor: true, editor_setup: { "tabTitleKey": "pageSections.ourAgency.title", "tabInfoKey": "pageSections.ourAgency.info", "default_sort_order": 2, "default_visible_on_page": true, "editorBlocks": [ [ { "label": "title_a", "isSingleLineText": "true" }, { "label": "content_a", "isMultipleLineText": "true" }], [ { "label": "our_agency_img", "isImage": "true" }] ] } template: <section class="our-agency-section" > <div class="bst-container"> <div class="row"> <div class="col-md-6"> <div class="section-title-wr mt-40"> <h3 class="section-title left"> <span> {{ page_part["title_a"]["content"] }} </span> </h3> </div> <div> <p> {{ page_part["content_a"]["content"] }} </p> </div> </div> <div class="col-md-6"> <img alt="" src="{{ page_part["our_agency_img"]["content"] }}" class="img-responsive"> </div> </div> </div> </section>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pwb-1.4.0 | db/yml_seeds/page_parts/about-us__our_agency.yml |
pwb-1.3.0 | db/yml_seeds/page_parts/about-us__our_agency.yml |