Sha256: 693a479433b562670402861cb651cc4d5b606bd0e773ed5c6115f0de5ad33c7e

Contents?: true

Size: 1.15 KB

Versions: 17

Compression:

Stored size: 1.15 KB

Contents

<script>
  angular.injector(['ng', 'Promethee']).get('presets').push({
    name: 'Image with text',
    icon: <%= render('promethee/presets/icon.image-with-text').to_json.html_safe %>,
    position: 1,
    components: [
      {
        "type": "row",
        "attributes": {
          "bgcolor": "rgba(255,255,255,0)",
          "backgrounds": []
        },
        "children": [
          {
            "type": "column",
            "attributes": {"size": 4, "offset": 0},
            "children": [
              {
                "type": "image",
                "attributes": {"id": undefined, "name": ''}
              }
            ]
          },
          {
            "type": "column",
            "attributes": {"size": 8, "offset": 0},
            "children": [
              {
                "type": "text",
                "attributes": {"searchable_body": "<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. A dicta, est quos distinctio culpa! Quasi cupiditate, totam nulla reprehenderit animi iusto qui cumque culpa repellat eum sit? Debitis, laboriosam reiciendis!</p>"}
              }
            ]
          }
        ]
      }
    ]
  });
</script>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
promethee-3.0.2 app/views/promethee/presets/_image-with-text.html.erb
promethee-3.0.1 app/views/promethee/presets/_image-with-text.html.erb
promethee-3.0.0 app/views/promethee/presets/_image-with-text.html.erb
promethee-2.1.3 app/views/promethee/presets/_image-with-text.html.erb
promethee-2.1.2 app/views/promethee/presets/_image-with-text.html.erb
promethee-2.1.1 app/views/promethee/presets/_image-with-text.html.erb
promethee-2.1.0 app/views/promethee/presets/_image-with-text.html.erb
promethee-2.0.9 app/views/promethee/presets/_image-with-text.html.erb
promethee-2.0.8 app/views/promethee/presets/_image-with-text.html.erb
promethee-2.0.7 app/views/promethee/presets/_image-with-text.html.erb
promethee-2.0.6 app/views/promethee/presets/_image-with-text.html.erb
promethee-2.0.5 app/views/promethee/presets/_image-with-text.html.erb
promethee-2.0.4 app/views/promethee/presets/_image-with-text.html.erb
promethee-2.0.3 app/views/promethee/presets/_image-with-text.html.erb
promethee-2.0.2 app/views/promethee/presets/_image-with-text.html.erb
promethee-2.0.1 app/views/promethee/presets/_image-with-text.html.erb
promethee-2.0.0 app/views/promethee/presets/_image-with-text.html.erb