You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
434 B
YAML
20 lines
434 B
YAML
2 years ago
|
---
|
||
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||
|
static_sidebar:
|
||
|
id: "foo"
|
||
|
name: 'side_bar'
|
||
|
staged_position: 1
|
||
|
blog_id: 1
|
||
|
config: |+
|
||
|
--- !map:HashWithIndifferentAccess
|
||
|
title: Static Sidebar
|
||
|
body: The body of a static sidebar
|
||
|
type: StaticSidebar
|
||
|
description: >
|
||
|
Sidebar configuration example
|
||
|
extensions:
|
||
|
- ¶ms
|
||
|
auto_run: true
|
||
|
reload: true
|
||
|
- *params
|