- Remove isMobile getter and mobile check from search display logic - Search field now displays on all devices for logged-in users - Update locales to remove 'desktop only' notation - Simplify conditional logic in template
276 lines
6.6 KiB
YAML
276 lines
6.6 KiB
YAML
# =============================================================================
|
||
# ⚙️ GENERAL SETTINGS
|
||
# =============================================================================
|
||
|
||
enable_welcome_banner:
|
||
default: true
|
||
type: bool
|
||
|
||
banner_position:
|
||
default: "above_content"
|
||
type: enum
|
||
choices:
|
||
- below_header
|
||
- above_content
|
||
|
||
show_on_pages:
|
||
default: "homepage_only"
|
||
type: enum
|
||
choices:
|
||
- homepage_only
|
||
- all_pages
|
||
|
||
# =============================================================================
|
||
# 🎨 COLOR SETTINGS
|
||
# =============================================================================
|
||
|
||
primary_color:
|
||
default: "#e81f2d"
|
||
type: string
|
||
|
||
page_background:
|
||
default: "linear-gradient(136deg, rgba(205, 29, 29, 0.2), rgba(155, 0, 0, 0))"
|
||
type: string
|
||
textarea: true
|
||
|
||
card_background:
|
||
default: "#1b2028"
|
||
type: string
|
||
textarea: true
|
||
|
||
text_color:
|
||
default: "#dddddd"
|
||
type: string
|
||
|
||
# =============================================================================
|
||
# 🎯 HERO SECTION
|
||
# =============================================================================
|
||
|
||
hero_title_html:
|
||
default: "👋 Üdvözöllek a <strong>Nyíltvilág</strong> fórumon!"
|
||
type: string
|
||
textarea: true
|
||
|
||
hero_content_html:
|
||
default: |
|
||
<p>Ez a közösségi tér mindazoknak szól, akiket lelkesít a technológia világa – legyen szó nyílt forráskódról, kiberbiztonságról, adatvédelemről vagy mesterséges intelligenciáról.</p>
|
||
<p>Itt megoszthatod a tudásod, kérdezhetsz, vagy tapasztalatokat cserélhetsz másokkal – akár most ismerkedsz a témával, akár évek óta benne vagy.</p>
|
||
<p>A Nyíltvilág célja egy támogató és inspiráló közösség építése, ahol mindenki tanulhat, fejlődhet, és értéket adhat hozzá a közös tudáshoz.</p>
|
||
<p>Csatlakozz, és légy részese egy nyitott és inspiráló közösségnek! 🌍✨</p>
|
||
type: string
|
||
textarea: true
|
||
|
||
hero_title_anonymous_html:
|
||
default: "👋 Üdvözlünk a <strong>Nyíltvilág</strong> fórumon!"
|
||
type: string
|
||
textarea: true
|
||
|
||
hero_content_anonymous_html:
|
||
default: |
|
||
<p>Ez a közösségi tér mindazoknak szól, akiket lelkesít a technológia világa – legyen szó nyílt forráskódról, kiberbiztonságról, adatvédelemről vagy mesterséges intelligenciáról.</p>
|
||
<p>Itt megoszthatod a tudásod, kérdezhetsz, vagy tapasztalatokat cserélhetsz másokkal – akár most ismerkedsz a témával, akár évek óta benne vagy.</p>
|
||
<p>A Nyíltvilág célja egy támogató és inspiráló közösség építése, ahol mindenki tanulhat, fejlődhet, és értéket adhat hozzá a közös tudáshoz.</p>
|
||
<p>Csatlakozz, és légy részese egy nyitott és inspiráló közösségnek! 🌍✨</p>
|
||
type: string
|
||
textarea: true
|
||
|
||
login_button_text:
|
||
default: "Belépés"
|
||
type: string
|
||
|
||
register_button_text:
|
||
default: "Regisztráció"
|
||
type: string
|
||
|
||
# =============================================================================
|
||
# 🔍 SEARCH SETTINGS
|
||
# =============================================================================
|
||
|
||
enable_hero_search:
|
||
default: true
|
||
type: bool
|
||
|
||
search_placeholder:
|
||
default: "Keresés a fórumon…"
|
||
type: string
|
||
|
||
# =============================================================================
|
||
# 📚 CTA CARD 1
|
||
# =============================================================================
|
||
|
||
cta_card_1_enabled:
|
||
default: true
|
||
type: bool
|
||
|
||
cta_card_1_icon_type:
|
||
default: "emoji"
|
||
type: enum
|
||
choices:
|
||
- emoji
|
||
- font_awesome
|
||
|
||
cta_card_1_icon_emoji:
|
||
default: "📚"
|
||
type: string
|
||
|
||
cta_card_1_icon_font_awesome:
|
||
default: "book"
|
||
type: string
|
||
|
||
cta_card_1_title:
|
||
default: "Tudásbázis"
|
||
type: string
|
||
|
||
cta_card_1_description:
|
||
default: "Tudnivalók, útmutatók, tippek."
|
||
type: string
|
||
|
||
cta_card_1_cta_text:
|
||
default: "Mutasd az anyagokat"
|
||
type: string
|
||
|
||
cta_card_1_cta_icon:
|
||
default: "chevron-right"
|
||
type: string
|
||
|
||
cta_card_1_url:
|
||
default: "https://www.nyiltvilag.hu/c/tudasbazis/9"
|
||
type: string
|
||
|
||
# =============================================================================
|
||
# 🤝 CTA CARD 2
|
||
# =============================================================================
|
||
|
||
cta_card_2_enabled:
|
||
default: true
|
||
type: bool
|
||
|
||
cta_card_2_icon_type:
|
||
default: "emoji"
|
||
type: enum
|
||
choices:
|
||
- emoji
|
||
- font_awesome
|
||
|
||
cta_card_2_icon_emoji:
|
||
default: "🤝"
|
||
type: string
|
||
|
||
cta_card_2_icon_font_awesome:
|
||
default: "handshake"
|
||
type: string
|
||
|
||
cta_card_2_title:
|
||
default: "Általános"
|
||
type: string
|
||
|
||
cta_card_2_description:
|
||
default: "Ide jöhet minden is...majdnem."
|
||
type: string
|
||
|
||
cta_card_2_cta_text:
|
||
default: "Mondd el te is"
|
||
type: string
|
||
|
||
cta_card_2_cta_icon:
|
||
default: "chevron-right"
|
||
type: string
|
||
|
||
cta_card_2_url:
|
||
default: "https://www.nyiltvilag.hu/c/altalanos/4"
|
||
type: string
|
||
|
||
# =============================================================================
|
||
# 🛠️ CTA CARD 3
|
||
# =============================================================================
|
||
|
||
cta_card_3_enabled:
|
||
default: true
|
||
type: bool
|
||
|
||
cta_card_3_icon_type:
|
||
default: "emoji"
|
||
type: enum
|
||
choices:
|
||
- emoji
|
||
- font_awesome
|
||
|
||
cta_card_3_icon_emoji:
|
||
default: "🛠️"
|
||
type: string
|
||
|
||
cta_card_3_icon_font_awesome:
|
||
default: "tools"
|
||
type: string
|
||
|
||
cta_card_3_title:
|
||
default: "Fejlesztés"
|
||
type: string
|
||
|
||
cta_card_3_description:
|
||
default: "Nézd meg, min dolgoznak mások."
|
||
type: string
|
||
|
||
cta_card_3_cta_text:
|
||
default: "Fejlesszünk"
|
||
type: string
|
||
|
||
cta_card_3_cta_icon:
|
||
default: "chevron-right"
|
||
type: string
|
||
|
||
cta_card_3_url:
|
||
default: "https://www.nyiltvilag.hu/c/fejlesztes/7"
|
||
type: string
|
||
|
||
# =============================================================================
|
||
# 🔒 CTA CARD 4
|
||
# =============================================================================
|
||
|
||
cta_card_4_enabled:
|
||
default: true
|
||
type: bool
|
||
|
||
cta_card_4_icon_type:
|
||
default: "emoji"
|
||
type: enum
|
||
choices:
|
||
- emoji
|
||
- font_awesome
|
||
|
||
cta_card_4_icon_emoji:
|
||
default: "🔒"
|
||
type: string
|
||
|
||
cta_card_4_icon_font_awesome:
|
||
default: "lock"
|
||
type: string
|
||
|
||
cta_card_4_title:
|
||
default: "Biztonság"
|
||
type: string
|
||
|
||
cta_card_4_description:
|
||
default: "Mindig nézz hátra ki követ."
|
||
type: string
|
||
|
||
cta_card_4_cta_text:
|
||
default: "Védd meg magad"
|
||
type: string
|
||
|
||
cta_card_4_cta_icon:
|
||
default: "chevron-right"
|
||
type: string
|
||
|
||
cta_card_4_url:
|
||
default: "https://www.nyiltvilag.hu/c/biztonsag/8"
|
||
type: string
|
||
|
||
# =============================================================================
|
||
# 🎨 ADVANCED CUSTOMIZATION
|
||
# =============================================================================
|
||
|
||
custom_css:
|
||
default: ""
|
||
type: string
|
||
textarea: true
|