Sha256: 850be0084923964839f83a94b2f4704537527308fe5f55f249f7e2d187d271db

Contents?: true

Size: 1.67 KB

Versions: 10

Compression:

Stored size: 1.67 KB

Contents

## YAML Template for piece
---
table: dc_piece

index:
  filter: name, description, div_id
  actions: standard

result_set:
  actions: 
    1: edit
    2: 
      type: duplicate
      dup_fields: name,description
    3: delete

  columns:
    0:  
      name: name
    1:  
      name: description
      width: 30%      
    2: 
      name: div_id
    4: 
      name: updated_at

form:
  title: 
    field: subject
    
  actions: standard

  tabs:
    tab1:
      10:
        name: name
        type: text_field
        html:
          size: 20

      20:
        name: description
        type: text_field
        html:
          size: 50

      30:
        name: picture
        type: file_select
        html:
          size: 50

      35:
        name: thumbnail
        type: file_select
        html:
          size: 50

      40:
        name: site_id
        type: select
        eval: DcSite.choices4_site
        html:
          include_blank: true

      50:
        name: div_id
        type: text_field
        html:
          size: 50

      60:
        name: order
        type: text_field
        html:
          size: 2
      70:
        name: params
        type: text_area
        html:
          size: 80x10 

    tab2:
      10:
        name: script_type
        type: text_field

      20:
        name: script
        type: text_area
        html:
          size: 100x25
      30:
        name: css
        type: text_area
        html:
          size: 100x10 

    tab3:
      10:
        name: body
        caption: false
        type: html_field
        options: 'height: 800'

   

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
drg_cms-0.7.1.1 app/forms/dc_piece.yml
drg_cms-0.7.0.8 app/forms/dc_piece.yml
drg_cms-0.7.0.2 app/forms/dc_piece.yml
drg_cms-0.6.1.11 app/forms/dc_piece.yml
drg_cms-0.6.1.9 app/forms/dc_piece.yml
drg_cms-0.6.1.6 app/forms/dc_piece.yml
drg_cms-0.6.1.5 app/forms/dc_piece.yml
drg_cms-0.6.1.4 app/forms/dc_piece.yml
drg_cms-0.6.1.1.1 app/forms/dc_piece.yml
drg_cms-0.6.1.0 app/forms/dc_piece.yml