mirror of
https://github.com/dpnmw/community-landing.git
synced 2026-03-18 09:27:16 +00:00
This update constitutes a plugin rewrite to manage all options needed in the plugin into separate tabs and split files for maintenance.
434 lines
11 KiB
YAML
434 lines
11 KiB
YAML
plugins:
|
|
# ══════════════════════════════════════════
|
|
# Master Switch
|
|
# ══════════════════════════════════════════
|
|
community_landing_enabled:
|
|
default: true
|
|
type: bool
|
|
|
|
# ══════════════════════════════════════════
|
|
# Branding: Logo
|
|
# ══════════════════════════════════════════
|
|
logo_dark_url:
|
|
default: ""
|
|
type: string
|
|
logo_light_url:
|
|
default: ""
|
|
type: string
|
|
logo_height:
|
|
default: 30
|
|
type: integer
|
|
min: 16
|
|
max: 80
|
|
footer_logo_url:
|
|
default: ""
|
|
type: string
|
|
|
|
# ══════════════════════════════════════════
|
|
# Appearance: Color Scheme
|
|
# ══════════════════════════════════════════
|
|
accent_color:
|
|
default: "d4a24e"
|
|
type: color
|
|
accent_hover_color:
|
|
default: "c4922e"
|
|
type: color
|
|
dark_bg_color:
|
|
default: "06060f"
|
|
type: color
|
|
light_bg_color:
|
|
default: "faf6f0"
|
|
type: color
|
|
|
|
# ══════════════════════════════════════════
|
|
# Scroll Animations
|
|
# ══════════════════════════════════════════
|
|
scroll_animation:
|
|
default: "fade_up"
|
|
type: enum
|
|
choices:
|
|
- fade_up
|
|
- fade_in
|
|
- slide_left
|
|
- slide_right
|
|
- zoom_in
|
|
- flip_up
|
|
- none
|
|
|
|
# ══════════════════════════════════════════
|
|
# 1. Navbar
|
|
# ══════════════════════════════════════════
|
|
navbar_signin_label:
|
|
default: "Sign In"
|
|
type: string
|
|
navbar_join_label:
|
|
default: "Get Started"
|
|
type: string
|
|
navbar_bg_color:
|
|
default: ""
|
|
type: string
|
|
navbar_border_style:
|
|
default: "none"
|
|
type: enum
|
|
choices:
|
|
- none
|
|
- solid
|
|
- dashed
|
|
- dotted
|
|
|
|
# ══════════════════════════════════════════
|
|
# 2. Hero Section
|
|
# ══════════════════════════════════════════
|
|
hero_title:
|
|
default: "Welcome to Our Creative HeadQuarters"
|
|
type: string
|
|
hero_subtitle:
|
|
default: "Are you ready to start your creative journey?"
|
|
type: string
|
|
hero_card_enabled:
|
|
default: true
|
|
type: bool
|
|
hero_background_image_url:
|
|
default: ""
|
|
type: string
|
|
hero_image_urls:
|
|
default: ""
|
|
type: list
|
|
hero_image_max_height:
|
|
default: 500
|
|
type: integer
|
|
min: 100
|
|
max: 1200
|
|
hero_primary_button_label:
|
|
default: "View Latest Topics"
|
|
type: string
|
|
hero_primary_button_url:
|
|
default: "/latest"
|
|
type: string
|
|
hero_secondary_button_label:
|
|
default: "Explore Our Spaces"
|
|
type: string
|
|
hero_secondary_button_url:
|
|
default: "/login"
|
|
type: string
|
|
hero_bg_dark:
|
|
default: ""
|
|
type: string
|
|
hero_bg_light:
|
|
default: ""
|
|
type: string
|
|
hero_min_height:
|
|
default: 0
|
|
type: integer
|
|
min: 0
|
|
max: 2000
|
|
hero_border_style:
|
|
default: "none"
|
|
type: enum
|
|
choices:
|
|
- none
|
|
- solid
|
|
- dashed
|
|
- dotted
|
|
|
|
# ══════════════════════════════════════════
|
|
# 3. Premium Stats Section
|
|
# ══════════════════════════════════════════
|
|
stats_title:
|
|
default: "Premium Stats"
|
|
type: string
|
|
stat_icon_color:
|
|
default: "d4a24e"
|
|
type: color
|
|
stat_members_label:
|
|
default: "Members"
|
|
type: string
|
|
stat_topics_label:
|
|
default: "Topics"
|
|
type: string
|
|
stat_posts_label:
|
|
default: "Posts"
|
|
type: string
|
|
stat_likes_label:
|
|
default: "Likes"
|
|
type: string
|
|
stat_chats_label:
|
|
default: "Chats"
|
|
type: string
|
|
stats_bg_dark:
|
|
default: ""
|
|
type: string
|
|
stats_bg_light:
|
|
default: ""
|
|
type: string
|
|
stats_min_height:
|
|
default: 0
|
|
type: integer
|
|
min: 0
|
|
max: 2000
|
|
stats_border_style:
|
|
default: "none"
|
|
type: enum
|
|
choices:
|
|
- none
|
|
- solid
|
|
- dashed
|
|
- dotted
|
|
|
|
# ══════════════════════════════════════════
|
|
# 4. About Community Section
|
|
# ══════════════════════════════════════════
|
|
about_enabled:
|
|
default: true
|
|
type: bool
|
|
about_heading_enabled:
|
|
default: true
|
|
type: bool
|
|
about_heading:
|
|
default: "About Community"
|
|
type: string
|
|
about_title:
|
|
default: "Community Name"
|
|
type: string
|
|
about_role:
|
|
default: ""
|
|
type: string
|
|
about_body:
|
|
default: ""
|
|
type: string
|
|
about_image_url:
|
|
default: ""
|
|
type: string
|
|
about_gradient_start:
|
|
default: "fdf6ec"
|
|
type: color
|
|
about_gradient_mid:
|
|
default: "fef9f0"
|
|
type: color
|
|
about_gradient_end:
|
|
default: "fdf6ec"
|
|
type: color
|
|
about_background_image_url:
|
|
default: ""
|
|
type: string
|
|
about_bg_dark:
|
|
default: ""
|
|
type: string
|
|
about_bg_light:
|
|
default: ""
|
|
type: string
|
|
about_min_height:
|
|
default: 0
|
|
type: integer
|
|
min: 0
|
|
max: 2000
|
|
about_border_style:
|
|
default: "none"
|
|
type: enum
|
|
choices:
|
|
- none
|
|
- solid
|
|
- dashed
|
|
- dotted
|
|
|
|
# ══════════════════════════════════════════
|
|
# 5. Trending Discussions Section
|
|
# ══════════════════════════════════════════
|
|
topics_enabled:
|
|
default: true
|
|
type: bool
|
|
topics_title:
|
|
default: "Trending Discussions"
|
|
type: string
|
|
topics_count:
|
|
default: 5
|
|
type: integer
|
|
topics_bg_dark:
|
|
default: ""
|
|
type: string
|
|
topics_bg_light:
|
|
default: ""
|
|
type: string
|
|
topics_min_height:
|
|
default: 0
|
|
type: integer
|
|
min: 0
|
|
max: 2000
|
|
topics_border_style:
|
|
default: "none"
|
|
type: enum
|
|
choices:
|
|
- none
|
|
- solid
|
|
- dashed
|
|
- dotted
|
|
|
|
# ══════════════════════════════════════════
|
|
# 6. Top Creators Section
|
|
# ══════════════════════════════════════════
|
|
contributors_enabled:
|
|
default: true
|
|
type: bool
|
|
contributors_title:
|
|
default: "Top Creators"
|
|
type: string
|
|
contributors_days:
|
|
default: 90
|
|
type: integer
|
|
contributors_count:
|
|
default: 10
|
|
type: integer
|
|
contributors_bg_dark:
|
|
default: ""
|
|
type: string
|
|
contributors_bg_light:
|
|
default: ""
|
|
type: string
|
|
contributors_min_height:
|
|
default: 0
|
|
type: integer
|
|
min: 0
|
|
max: 2000
|
|
contributors_border_style:
|
|
default: "none"
|
|
type: enum
|
|
choices:
|
|
- none
|
|
- solid
|
|
- dashed
|
|
- dotted
|
|
|
|
# ══════════════════════════════════════════
|
|
# 7. Community Spaces Section
|
|
# ══════════════════════════════════════════
|
|
groups_enabled:
|
|
default: true
|
|
type: bool
|
|
groups_title:
|
|
default: "Community Spaces"
|
|
type: string
|
|
groups_count:
|
|
default: 5
|
|
type: integer
|
|
groups_bg_dark:
|
|
default: ""
|
|
type: string
|
|
groups_bg_light:
|
|
default: ""
|
|
type: string
|
|
groups_min_height:
|
|
default: 0
|
|
type: integer
|
|
min: 0
|
|
max: 2000
|
|
groups_border_style:
|
|
default: "none"
|
|
type: enum
|
|
choices:
|
|
- none
|
|
- solid
|
|
- dashed
|
|
- dotted
|
|
|
|
# ══════════════════════════════════════════
|
|
# 8. App Download CTA Section
|
|
# ══════════════════════════════════════════
|
|
show_app_ctas:
|
|
default: true
|
|
type: bool
|
|
ios_app_url:
|
|
default: ""
|
|
type: string
|
|
android_app_url:
|
|
default: ""
|
|
type: string
|
|
ios_app_badge_image_url:
|
|
default: ""
|
|
type: string
|
|
android_app_badge_image_url:
|
|
default: ""
|
|
type: string
|
|
app_badge_height:
|
|
default: 45
|
|
type: integer
|
|
min: 30
|
|
max: 80
|
|
app_badge_style:
|
|
default: "rounded"
|
|
type: enum
|
|
choices:
|
|
- rounded
|
|
- pill
|
|
- square
|
|
app_cta_headline:
|
|
default: "Get the best experience on our app"
|
|
type: string
|
|
app_cta_subtext:
|
|
default: "Available free on iOS and Android"
|
|
type: string
|
|
app_cta_gradient_start:
|
|
default: "d4a24e"
|
|
type: color
|
|
app_cta_gradient_mid:
|
|
default: "c4922e"
|
|
type: color
|
|
app_cta_gradient_end:
|
|
default: "b8862e"
|
|
type: color
|
|
app_cta_image_url:
|
|
default: ""
|
|
type: string
|
|
app_cta_bg_dark:
|
|
default: ""
|
|
type: string
|
|
app_cta_bg_light:
|
|
default: ""
|
|
type: string
|
|
app_cta_min_height:
|
|
default: 0
|
|
type: integer
|
|
min: 0
|
|
max: 2000
|
|
app_cta_border_style:
|
|
default: "none"
|
|
type: enum
|
|
choices:
|
|
- none
|
|
- solid
|
|
- dashed
|
|
- dotted
|
|
|
|
# ══════════════════════════════════════════
|
|
# 9. Footer
|
|
# ══════════════════════════════════════════
|
|
footer_description:
|
|
default: ""
|
|
type: string
|
|
footer_text:
|
|
default: ""
|
|
type: string
|
|
footer_links:
|
|
default: '[{"label":"Brand","url":"/about"},{"label":"Links","url":"/links"},{"label":"Terms","url":"/tos"},{"label":"Privacy","url":"/privacy"}]'
|
|
type: string
|
|
footer_bg_dark:
|
|
default: ""
|
|
type: string
|
|
footer_bg_light:
|
|
default: ""
|
|
type: string
|
|
footer_border_style:
|
|
default: "solid"
|
|
type: enum
|
|
choices:
|
|
- none
|
|
- solid
|
|
- dashed
|
|
- dotted
|
|
|
|
# ══════════════════════════════════════════
|
|
# Custom CSS (last)
|
|
# ══════════════════════════════════════════
|
|
custom_css:
|
|
default: ""
|
|
type: text
|