Sha256: a77240ce091f1852559fae9bfe2d5284559f77ba6286696a86b39244dc2bae28

Contents?: true

Size: 634 Bytes

Versions: 43

Compression:

Stored size: 634 Bytes

Contents

<%
  init = <<~JAVASCRIPT
    promethee.definitions.push({
      name: 'Video',
      icon: #{ promethee_component_render_icon 'video' },
      position: 3,
      library: true,
      data: {
        type: 'video',
        attributes: {
          url: {
            searchable: false,
            translatable: true,
            type: 'string',
            value: 'https://vimeo.com/115082758'
          },
          autoplay: {
            searchable: false,
            translatable: false,
            type: 'boolean',
            value: false
          }
        }
      }
    })
  JAVASCRIPT
%>
<div ng-init="<%= init %>"></div>

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
promethee-5.1.1 app/views/promethee/components/video/_edit_define.html.erb
promethee-5.1.0 app/views/promethee/components/video/_edit_define.html.erb
promethee-5.0.2 app/views/promethee/components/video/_edit_define.html.erb
promethee-5.0.1 app/views/promethee/components/video/_edit_define.html.erb
promethee-5.0.0 app/views/promethee/components/video/_edit_define.html.erb
promethee-4.1.28 app/views/promethee/components/video/_edit.define.html.erb
promethee-4.1.27 app/views/promethee/components/video/_edit.define.html.erb
promethee-4.1.26 app/views/promethee/components/video/_edit.define.html.erb
promethee-4.1.25 app/views/promethee/components/video/_edit.define.html.erb
promethee-4.1.24 app/views/promethee/components/video/_edit.define.html.erb
promethee-4.1.23 app/views/promethee/components/video/_edit.define.html.erb
promethee-4.1.22 app/views/promethee/components/video/_edit.define.html.erb
promethee-4.1.21 app/views/promethee/components/video/_edit.define.html.erb
promethee-4.1.20 app/views/promethee/components/video/_edit.define.html.erb
promethee-4.1.19 app/views/promethee/components/video/_edit.define.html.erb
promethee-4.1.18 app/views/promethee/components/video/_edit.define.html.erb
promethee-4.1.17 app/views/promethee/components/video/_edit.define.html.erb
promethee-4.1.16 app/views/promethee/components/video/_edit.define.html.erb
promethee-4.1.15 app/views/promethee/components/video/_edit.define.html.erb
promethee-4.1.14 app/views/promethee/components/video/_edit.define.html.erb