TranslatedSlug

@Serializable
data class TranslatedSlug(val path: String, val name: String?, val language: String, val published: Boolean?)(source)

Translated slug information for localized story variants.

Available when the Translatable Slugs app is installed.

Constructors

Link copied to clipboard
constructor(path: String, name: String?, language: String, published: Boolean?)

Properties

Link copied to clipboard
@SerialName(value = "lang")
val language: String

Language code of story variant.

Link copied to clipboard
val name: String?

Translated name.

Link copied to clipboard

Translated slug.

Link copied to clipboard

True if story variant is currently published.