mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 10:21:40 +00:00
refactor: reorganize pkl files for better separation of concerns
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
package models
|
||||
|
||||
type Highlights struct {
|
||||
Title string `pkl:"title"`
|
||||
Heading string `pkl:"heading"`
|
||||
|
||||
Description string `pkl:"description"`
|
||||
Subheading string `pkl:"subheading"`
|
||||
|
||||
Image *Image `pkl:"image"`
|
||||
Highlights []*Highlight `pkl:"highlights"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user