Skip to content
Discussion options

You must be logged in to vote

Hello @johnsturgeon,
it depends on what are you after specifically. If you're asking about configuring the social cards layouts on the community version, then it's impossible, as the layouts were introduced in the Insiders version, so there is no easy straight-forward configuration for this.

# Social plugin configuration
class SocialConfig(Config):
enabled = Type(bool, default = True)
cache_dir = Type(str, default = ".cache/plugin/social")
# Settings for social cards
cards = Type(bool, default = True)
cards_dir = Type(str, default = "assets/images/social")
cards_…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@johnsturgeon
Comment options

Answer selected by kamilkrzyskow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants