Sha256: 240b67b2a95d31412230c9d1c063086f86c4ddd2cb8075384a9e4b35306ca547

Contents?: true

Size: 1.14 KB

Versions: 34

Compression:

Stored size: 1.14 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": {"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

34 entries across 34 versions & 1 rubygems

Version Path
promethee-1.11.29 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.28 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.27 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.26 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.25 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.24 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.23 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.22 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.21 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.20 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.19 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.18 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.17 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.16 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.15 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.14 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.13 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.12 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.11 app/views/promethee/presets/_image-with-text.html.erb
promethee-1.11.10 app/views/promethee/presets/_image-with-text.html.erb