Sha256: c77fbb32e2fb103475630bbc74b1d1110b326f6c8568bec80961ec68707c1ae0

Contents?: true

Size: 1.79 KB

Versions: 5

Compression:

Stored size: 1.79 KB

Contents

## YAML Template for page
---
table: dc_part

index:
  actions:
    1: new

result_set:
  actions: 
    1: edit
    2: duplicate
    3: delete

  columns:
    1:  
      name: name
    2: 
      name: div_id
    3: 
      name: updated_by
      eval: dc_name4_id,dc_user,name
    4: 
      name: updated_at

edit_title: subject

form:
  actions: standard
  tabs:
    1base:
      10:
        name: name
        type: text_field
        html:
          size: 50
      15:
        name: link
        type: text_field
        html:
          size: 50
      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: div_id
        type: text_field
        html:
          size: 50
      50:
        name: piece_id
        type: select
        eval: DcPiece::choices4_pieces
        html:
          include_blank: true

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

    2content:
      10:
        name: body
        type: html_field
        options: 'height: 600'

    3advanced:
      10:
        name: policy_id
        type: select
        eval: dc_choices4_site_policies
        html:
          include_blank: true
      20:
        name: css
        type: text_area
        html:
          size: 100x10 
      30:
        name: script_type
        type: text_field

      40:
        name: script
        type: text_area
        html:
          size: 100x10

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
drg_cms-0.5.0 app/forms/dc_part.yml
drg_cms-0.4.61 app/forms/dc_part.yml
drg_cms-0.4.58 app/forms/dc_part.yml
drg_cms-0.4.57 app/forms/dc_part.yml
drg_cms-0.4.54 app/forms/dc_part.yml