Sha256: d820b70b34f0f15988c55071e800a5baa1026e2457d99f637235bbacbcb75dbb

Contents?: true

Size: 1.06 KB

Versions: 62

Compression:

Stored size: 1.06 KB

Contents

#data-file-sample.style-guide__subsection

  %h3= link_to_style_guide('components', 'data_file_sample')

  %p Display a block of text preformatted as an example of file contents from some output.

  %p <strong>Note:</strong> intended to be applied in combination with <code>pre</code> elements.

  .style-guide__example-block
    .data-file-sample
      %pre.data-file-sample__output
        :preserve
          [
            {
              "_id": "12345",
              "name": "Example Product",
              "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi neque odio, faucibus id pellentesque sed, dapibus et purus. Praesent sem urna, bibendum sed vehicula at, placerat malesuada odio. Proin in fringilla lectus, eleifend pellentesque magna. Proin suscipit urna et ex congue finibus."
              "variants": [
                {
                  "sku": "12345-001",
                  "details": {
                    "color": "Blue",
                    "size": "Medium"
                  }
                }
              ]
            }
          ]

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-admin-3.5.27 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.5.26 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.4.45 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.5.25 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.5.23 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.4.44 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.5.22 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.4.43 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.5.21 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.4.42 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.5.20 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.4.41 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.5.19 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.4.40 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.5.18 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.4.39 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.5.17 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.4.38 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.5.16 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml
workarea-admin-3.4.37 app/views/workarea/admin/style_guides/components/_data_file_sample.html.haml