mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-22 03:23:04 +00:00
20 lines
434 B
YAML
20 lines
434 B
YAML
|
---
|
||
|
# 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
|