PiranhaCMS / piranha.core.docs

Official documentation for Piranha CMS
MIT License
13 stars 51 forks source link

Add "author" to archive posts #105

Closed rameyroad closed 1 year ago

rameyroad commented 1 year ago

We want to use Piranha to serve as a host for a blog site. We want different authors to contribute content to the blog, without having their own logins to the CMS. We would like to add a simple string field to the post type so that we could set it just like we do the "Publish date" or "Excerpt". Can you provide direction on doing this?

rameyroad commented 1 year ago

Was able to solve this by piecing together documentation. Created a custom region class with Fields and added it to the StandardPost class.