Sha256: 7a3ffae26dc74d054c49482c96c7465a9d8a54cf84b8d8d66977290438fbbe91

Contents?: true

Size: 1.81 KB

Versions: 11

Compression:

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

11 entries across 11 versions & 1 rubygems

Version Path
drg_cms-0.6.0.8 app/forms/dc_part.yml
drg_cms-0.6.0.6 app/forms/dc_part.yml
drg_cms-0.6.0.3 app/forms/dc_part.yml
drg_cms-0.6.0.1 app/forms/dc_part.yml
drg_cms-0.5.52.16 app/forms/dc_part.yml
drg_cms-0.5.52.12 app/forms/dc_part.yml
drg_cms-0.5.52.9 app/forms/dc_part.yml
drg_cms-0.5.52.7 app/forms/dc_part.yml
drg_cms-0.5.52.5 app/forms/dc_part.yml
drg_cms-0.5.52.3 app/forms/dc_part.yml
drg_cms-0.5.52.2 app/forms/dc_part.yml