-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
230493f
commit 98a083a
Showing
107 changed files
with
618 additions
and
383 deletions.
There are no files selected for viewing
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,42 @@ | ||
title: Carousel | ||
'@extends': | ||
type: default | ||
type: default | ||
|
||
form: | ||
fields: | ||
tabs: | ||
type: tabs | ||
active: 1 | ||
fields: | ||
slides: | ||
type: tab | ||
title: Slides | ||
fields: | ||
header.slides: | ||
name: slides | ||
type: list | ||
label: Slides | ||
fields: | ||
.heading: | ||
type: text | ||
label: Heading | ||
help: Slide's heading. | ||
.description: | ||
type: textarea | ||
label: Description | ||
help: Slide's description. | ||
.background_image: | ||
type: text | ||
label: Background Image | ||
help: Slide's background image. | ||
.background_image_description: | ||
type: text | ||
label: Background Image's Description | ||
help: Description for slide's background image. | ||
fields: | ||
tabs: | ||
type: tabs | ||
active: 1 | ||
fields: | ||
slides: | ||
type: tab | ||
title: THEME_X_CORPORATION.ADMIN.SLIDES.LABEL | ||
fields: | ||
header.slides: | ||
name: slides | ||
type: list | ||
style: vertical | ||
label: THEME_X_CORPORATION.ADMIN.SLIDES.LABEL | ||
fields: | ||
.heading: | ||
type: text | ||
label: THEME_X_CORPORATION.ADMIN.SLIDES.HEADING.LABEL | ||
help: THEME_X_CORPORATION.ADMIN.SLIDES.HEADING.HELP | ||
.description: | ||
type: textarea | ||
rows: 5 | ||
label: THEME_X_CORPORATION.ADMIN.SLIDES.DESCRIPTION.LABEL | ||
help: THEME_X_CORPORATION.ADMIN.SLIDES.DESCRIPTION.HELP | ||
.background_image: | ||
type: filepicker | ||
preview_images: true | ||
acccept: | ||
- .png | ||
- .jpg | ||
- .gif | ||
label: THEME_X_CORPORATION.ADMIN.SLIDES.BACKGROUND_IMAGE.LABEL | ||
help: THEME_X_CORPORATION.ADMIN.SLIDES.BACKGROUND_IMAGE.HELP | ||
.background_image_description: | ||
type: text | ||
label: THEME_X_CORPORATION.ADMIN.SLIDES.BACKGROUND_IMAGE_DESCRIPTION.LABEL | ||
help: THEME_X_CORPORATION.ADMIN.SLIDES.BACKGROUND_IMAGE_DESCRIPTION.HELP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,37 @@ | ||
title: Clients | ||
'@extends': | ||
type: default | ||
type: default | ||
|
||
form: | ||
fields: | ||
tabs: | ||
type: tabs | ||
active: 1 | ||
fields: | ||
clients: | ||
type: tab | ||
title: Clients | ||
fields: | ||
header.clients: | ||
name: clients | ||
type: list | ||
label: Clients | ||
fields: | ||
.name: | ||
type: text | ||
label: Name | ||
help: Client's name. | ||
.image: | ||
type: text | ||
label: Image | ||
help: Client's image. | ||
.url: | ||
type: text | ||
label: Website | ||
help: Client's website. | ||
fields: | ||
tabs: | ||
type: tabs | ||
active: 1 | ||
fields: | ||
clients: | ||
type: tab | ||
title: THEME_X_CORPORATION.ADMIN.CLIENTS.LABEL | ||
fields: | ||
header.clients: | ||
name: clients | ||
type: list | ||
style: vertical | ||
label: THEME_X_CORPORATION.ADMIN.CLIENTS.LABEL | ||
fields: | ||
.name: | ||
type: text | ||
label: THEME_X_CORPORATION.ADMIN.CLIENTS.NAME.LABEL | ||
help: THEME_X_CORPORATION.ADMIN.CLIENTS.NAME.HELP | ||
.image: | ||
type: filepicker | ||
preview_images: true | ||
acccept: | ||
- .png | ||
- .jpg | ||
- .gif | ||
label: THEME_X_CORPORATION.ADMIN.CLIENTS.IMAGE.LABEL | ||
help: THEME_X_CORPORATION.ADMIN.CLIENTS.IMAGE.HELP | ||
.url: | ||
type: text | ||
label: THEME_X_CORPORATION.ADMIN.CLIENTS.URL.LABEL | ||
help: THEME_X_CORPORATION.ADMIN.CLIENTS.URL.HELP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,33 @@ | ||
title: Features | ||
'@extends': | ||
type: default | ||
type: default | ||
|
||
form: | ||
fields: | ||
tabs: | ||
type: tabs | ||
active: 1 | ||
fields: | ||
features: | ||
type: tab | ||
title: Features | ||
fields: | ||
header.features: | ||
name: features | ||
type: list | ||
label: Features | ||
fields: | ||
.title: | ||
type: text | ||
label: Title | ||
help: Feature's title. | ||
.icon: | ||
type: text | ||
label: FontAwesome Icon | ||
help: 'Example: fa-line-chart.' | ||
.description: | ||
type: textarea | ||
label: Description | ||
help: Feature's description. | ||
fields: | ||
tabs: | ||
type: tabs | ||
active: 1 | ||
fields: | ||
features: | ||
type: tab | ||
title: THEME_X_CORPORATION.ADMIN.FEATURES.LABEL | ||
fields: | ||
header.features: | ||
name: features | ||
type: list | ||
style: vertical | ||
label: THEME_X_CORPORATION.ADMIN.FEATURES.LABEL | ||
fields: | ||
.title: | ||
type: text | ||
label: THEME_X_CORPORATION.ADMIN.FEATURES.TITLE.LABEL | ||
help: THEME_X_CORPORATION.ADMIN.FEATURES.TITLE.HELP | ||
.icon: | ||
type: text | ||
label: THEME_X_CORPORATION.ADMIN.FEATURES.ICON.LABEL | ||
help: THEME_X_CORPORATION.ADMIN.FEATURES.ICON.HELP | ||
.description: | ||
type: textarea | ||
rows: 5 | ||
label: THEME_X_CORPORATION.ADMIN.FEATURES.DESCRIPTION.LABEL | ||
help: THEME_X_CORPORATION.ADMIN.FEATURES.DESCRIPTION.HELP |
Oops, something went wrong.