Skip to main content
The Meta_Content trait provides functionality for managing various meta content and settings, including menus, landing page settings, languages, and colors.

Main Methods

Manages the main menu items of the website.
  • CRUD operations for main menu items
  • Includes visibility settings and ordering
  • Links to sub-menu management
Manages sub-menu items linked to a main menu item.
integer
The ID of the parent main menu item
  • CRUD operations for sub-menu items
  • Includes visibility settings and ordering

lp_settings()

Manages landing page settings.
  • Controls intro text, top video, and marquee settings
  • Handles file uploads for marquee images

languages()

Manages language settings for the website.
  • CRUD operations for language entries
  • Includes fields for name, short name, and ISO code

colors()

Manages color settings used throughout the website.
  • CRUD operations for color entries
  • Includes a color picker for selecting hex values