Sha256: e203eddd4f393ae03aba55f9b8b786e6012d0b809288fea0392b48ff47e53069

Contents?: true

Size: 1.83 KB

Versions: 10

Compression:

Stored size: 1.83 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

form:
  title: 
    field: subject
    
  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
        caption: false
        type: html_field
        options: 'height: 800'

    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

10 entries across 10 versions & 1 rubygems

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