Sha256: a68fdd34af4a70738fb52eabec543ca62af898e2e06a43fe99dee313bb52217a

Contents?: true

Size: 1.29 KB

Versions: 5

Compression:

Stored size: 1.29 KB

Contents

## YAML Template for design
---
title: Site design 
table: dc_design

index:
  filter: description, body as text_field
  actions: standard

result_set:
  actions: 
    1: edit
    2: 
      type: duplicate
      dup_fields: description

    3: delete

  columns:
    2: 
      name: description
      width: 80%

form:
  title: 
    field: name
    
  actions: 
    standard: yes

  tabs:
    tab1:
      10:
        name: description
        type: text_field
        html:
          size: 50
      20:
        name: site_id
        type: select
        eval: DcSite.choices4_site
        html:
          include_blank: true
      30:
        name: control
        type: text_field
        html:
          size: 50
          
      40:
        name: control_method
        type: text_field
        html:
          size: 50
          
      50:
        name: rails_view
        type: text_field
        html:
          size: 50
          
      60:
        name: body
        type: text_area
        html:
          size: 120x25

      70:
        name: css
        type: text_area
        html:
          size: 100x10
    tab2:
      10:
        name: dc_parts
        type: embedded
        form_name: dc_part
        html:
          height: 1000

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
drg_cms-0.6.0.1 app/forms/dc_design.yml
drg_cms-0.5.52.16 app/forms/dc_design.yml
drg_cms-0.5.52.12 app/forms/dc_design.yml
drg_cms-0.5.52.9 app/forms/dc_design.yml
drg_cms-0.5.52.7 app/forms/dc_design.yml