Sha256: 6336ae4219966abcc730420f081bc1900c9b0dc9463f76e2c021b2f905bcbff8

Contents?: true

Size: 1.29 KB

Versions: 1

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
        size: 50
      20:
        name: site_id
        type: select
        eval: DcSite.choices4_site
        html:
          include_blank: true
      30:
        name: control
        type: text_field
        size: 50
          
      40:
        name: control_method
        type: text_field
        size: 50
          
      50:
        name: rails_view
        type: text_field
        size: 50
          
      60:
        name: params
        type: text_area
        size: 100x10
          
      70:
        name: body
        type: text_area
        size: 120x25

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
drg_cms-0.6.0.3 app/forms/dc_design.yml