Sha256: 53f4cc926e2d37b05ef91d80d9cb30f832c36c6f64a44b9cb89e675faf6c1707

Contents?: true

Size: 1.26 KB

Versions: 4

Compression:

Stored size: 1.26 KB

Contents

pages:
- abstract:
  - posts:
      table:
        source: all_posts
        columns: [id, headline, published, updated_at, created_at]
        types:
          comments: blog_comments_link
      form:
        display: [id, headline, subheadline, category, content, published, assets]
        multipart: true
        types:
          assets: assets
          content: rich_text

  - category:
      table:
        columns: [id, title, updated_at, created_at]

  - statics:
      table:
        columns: [id, title, content, updated_at, created_at]
        per_page: 30
      form:
        display: [id, title, content]
        multipart: true
        types:
          content: rich_text

  - navigation:
      table:
        partial: navigation_tree
      form:
        display: [id, slug, title, link, static, children, hidden]
        links:
          children: navigation
        types:
          link: static

  - previews:
      table:
        columns: [id, asset, name, updated_at, created_at]
        per_page: 30
      form:
        display: [id, select_file_assets, name, assets]
        multipart: true
        types:
          assets: assets

  - assets:
      table:
        columns: [id, file_file_name, file_content_type, updated_at]
      form:
        display: [id, crop_thumbs]

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ksk-0.4.11 config/bhf/ksk.yml
ksk-0.4.10 config/bhf/ksk.yml
ksk-0.4.9 config/bhf/ksk.yml
ksk-0.4.8 config/bhf/ksk.yml