blocknotes / tiny_admin

A compact and composable dashboard component for Ruby
MIT License
12 stars 0 forks source link

feat: content pages #25

Closed blocknotes closed 1 year ago

blocknotes commented 1 year ago

In this PR:

Example:

  - slug: test-content
    name: Test content
    type: content
    content: >
      <h1>Test content!</h1>
      <p>Some test content</p>