mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-23 15:50:26 +01:00
Adds optional theme description
This commit is contained in:
parent
1e5fd6499e
commit
7986e1caee
@ -11,6 +11,7 @@ import Foundation
|
||||
public struct ArticleThemePlist: Codable {
|
||||
public var name: String
|
||||
public var themeIdentifier: String
|
||||
public var themeDescription: String?
|
||||
public var creatorHomePage: String
|
||||
public var creatorName: String
|
||||
public var version: Int
|
||||
@ -18,6 +19,7 @@ public struct ArticleThemePlist: Codable {
|
||||
enum CodingKeys: String, CodingKey {
|
||||
case name = "Name"
|
||||
case themeIdentifier = "ThemeIdentifier"
|
||||
case themeDescription = "ThemeDescription"
|
||||
case creatorHomePage = "CreatorHomePage"
|
||||
case creatorName = "CreatorName"
|
||||
case version = "Version"
|
||||
|
Loading…
Reference in New Issue
Block a user