Add premium logo and professional theme for high-end clients
- Create custom SVG logo with professional branding - Implement premium color scheme with blue and gold accents - Add custom CSS with professional styling for cards, tables, buttons - Update logo template to use new logo.svg file - Create custom favicon for complete branding - Redesign homepage with premium content sections - Update resources page with membership tiers and premium pricing - Enhance contact page with testimonials and detailed information - Target audience: high-paying clients ($100+/hour) - Professional yet approachable design language 💘 Generated with Crush Assisted-by: GLM-4.7 via Crush <crush@charm.land>
This commit is contained in:
55
config/www/user/plugins/flex-objects/blueprints.yaml
Normal file
55
config/www/user/plugins/flex-objects/blueprints.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
name: Flex Objects
|
||||
slug: flex-objects
|
||||
type: plugin
|
||||
version: 1.3.7
|
||||
description: Flex Objects plugin allows you to manage Flex Objects in Grav Admin.
|
||||
icon: list-alt
|
||||
author:
|
||||
name: Trilby Media
|
||||
email: hello@trilby.media
|
||||
homepage: https://github.com/trilbymedia/grav-plugin-flex-objects
|
||||
keywords: grav, plugin, crud, directory
|
||||
bugs: https://github.com/trilbymedia/grav-plugin-flex-objects/issues
|
||||
docs: https://github.com/trilbymedia/grav-plugin-flex-objects/blob/develop/README.md
|
||||
license: MIT
|
||||
|
||||
dependencies:
|
||||
- { name: grav, version: '>=1.7.32' }
|
||||
- { name: form, version: '>=6.0.0' }
|
||||
|
||||
form:
|
||||
validation: loose
|
||||
fields:
|
||||
enabled:
|
||||
type: toggle
|
||||
label: PLUGIN_ADMIN.PLUGIN_STATUS
|
||||
highlight: 1
|
||||
default: 0
|
||||
options:
|
||||
1: PLUGIN_ADMIN.ENABLED
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
type: bool
|
||||
built_in_css:
|
||||
type: toggle
|
||||
label: PLUGIN_FLEX_OBJECTS.USE_BUILT_IN_CSS
|
||||
highlight: 1
|
||||
default: 1
|
||||
options:
|
||||
1: PLUGIN_ADMIN.ENABLED
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
type: bool
|
||||
extra_admin_twig_path:
|
||||
type: text
|
||||
label: PLUGIN_FLEX_OBJECTS.EXTRA_ADMIN_TWIG_PATH
|
||||
validate:
|
||||
required: true
|
||||
|
||||
directories:
|
||||
type: flex-objects
|
||||
label: PLUGIN_FLEX_OBJECTS.DIRECTORIES
|
||||
array: true
|
||||
ignore_empty: true
|
||||
validate:
|
||||
type: array
|
||||
Reference in New Issue
Block a user