Sha256: 673ae4f4d1dec3ca72f8b9221ec29f032da25172d3407daadabea04b3d7af748

Contents?: true

Size: 1.65 KB

Versions: 8

Compression:

Stored size: 1.65 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
        type: html_field
        options: 'height: 800'

   

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
drg_cms-0.6.0.8 app/forms/dc_piece.yml
drg_cms-0.6.0.6 app/forms/dc_piece.yml
drg_cms-0.6.0.3 app/forms/dc_piece.yml
drg_cms-0.6.0.1 app/forms/dc_piece.yml
drg_cms-0.5.52.16 app/forms/dc_piece.yml
drg_cms-0.5.52.12 app/forms/dc_piece.yml
drg_cms-0.5.52.9 app/forms/dc_piece.yml
drg_cms-0.5.52.7 app/forms/dc_piece.yml