Refactor tag file, remove subtitle
This commit is contained in:
@ -43,17 +43,15 @@ extension LocalizedTag {
|
||||
content: .mock,
|
||||
urlComponent: "electronics",
|
||||
name: "Electronics",
|
||||
subtitle: "Projects with electronics",
|
||||
description: "Some description of the tag",
|
||||
thumbnail: FileResource(resourceImage: "image1", type: .jpg),
|
||||
linkPreviewDescription: "Some description of the tag",
|
||||
linkPreviewImage: FileResource(resourceImage: "image1", type: .jpg),
|
||||
originalUrl: "projects/electronics")
|
||||
|
||||
static let german = LocalizedTag(
|
||||
content: .mock,
|
||||
urlComponent: "elektronik",
|
||||
name: "Elektronik",
|
||||
subtitle: "Projekte mit Elektronik",
|
||||
description: "Eine Beschreibung des Tags",
|
||||
thumbnail: FileResource(resourceImage: "image2", type: .jpg),
|
||||
linkPreviewDescription: "Eine Beschreibung des Tags",
|
||||
linkPreviewImage: FileResource(resourceImage: "image2", type: .jpg),
|
||||
originalUrl: "projects/electronics")
|
||||
}
|
||||
|
Reference in New Issue
Block a user