--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/frontend/core/cover ### THEME CONFIG ### theme: main: align: "start" ### WEB MANAGER CONFIG ### web_manager: auth: config: policy: "authenticated" ### ICON PRE-RENDERING ### prerender_icons: - name: "apple" - name: "android" - name: "windows" - name: "linux" - name: "chrome" - name: "desktop" - name: "circle-check" - name: "clock" - name: "triangle-exclamation" - name: "circle-xmark" - name: "credit-card" - name: "arrow-up-right-from-square" - name: "rotate-right" - name: "ban" - name: "circle-info" ### PAGE CONFIG ### sections: - id: "profile" name: "Profile" icon: "user-circle" - id: "security" name: "Security" icon: "shield-halved" - id: "connections" name: "Connections" icon: "link" - id: "billing" name: "Billing" icon: "credit-card" - id: "referrals" name: "Referrals" icon: "user-plus" - id: "team" name: "Team" icon: "users" - id: "notifications" name: "Notifications" icon: "bell" - id: "api-keys" name: "API keys" icon: "key" - id: "data-request" name: "Data request" icon: "file-export" - id: "delete" name: "Delete account" icon: "trash" - id: "refund" name: "Refund" icon: "rotate-left" connections: - id: "google" name: "Google" logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/google.svg" - id: "discord" name: "Discord" logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/discord.svg" - id: "github" name: "GitHub" logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/github.svg" - id: "twitter" name: "Twitter" logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/twitter.svg" - id: "facebook" name: "Facebook" logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/facebook.svg" - id: "spotify" name: "Spotify" logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/spotify.svg" - id: "apple" name: "Apple" logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/apple.svg" - id: "microsoft" name: "Microsoft" logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/microsoft.svg" - id: "linkedin" name: "LinkedIn" logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/linkedin.svg" - id: "twitch" name: "Twitch" logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/twitch.svg" - id: "slack" name: "Slack" logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/slack.svg" signin_methods: - id: "password" name: "Password" icon: "key" - id: "google" name: "Google" logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/google.svg" badges: - id: "member" name: "Member" icon: "sailboat" bg_class: "bg-primary" always_visible: true - id: "admin" name: "Admin" icon: "hat-wizard" bg_class: "bg-danger" - id: "premium" name: "Premium" icon: "crown" bg_class: "bg-success" - id: "beta" name: "Beta" icon: "bolt" bg_color: "#6f42c1" - id: "coder" name: "Developer" icon: "code" bg_color: "#20c997" - id: "moderator" name: "Moderator" icon: "shield-halved" bg_color: "#fd7e14" - id: "vip" name: "VIP" icon: "award" bg_color: "#ffc107" --- {% assign hidden_sections = "delete,data-request,refund" | split: "," %}