mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Prepara for release 1.2.4
This commit is contained in:
parent
c237ebb276
commit
ce55fe6b2b
2 changed files with 20 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
# v1.2.4
|
||||
## 01/04/2024
|
||||
|
||||
1. [](#new)
|
||||
* Added option to display image logo in header
|
||||
2. [](#improved)
|
||||
* Updated CSS styles
|
||||
* Updated translations
|
||||
|
||||
# v1.2.3
|
||||
## 11/26/2023
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: Future 2021
|
||||
slug: future2021
|
||||
type: theme
|
||||
version: 1.2.3
|
||||
version: 1.2.4
|
||||
description: Grav Future Imperfect by HTML5 UP (Version 2021)
|
||||
icon: microchip
|
||||
author:
|
||||
|
@ -94,6 +94,16 @@ form:
|
|||
multiple: false
|
||||
accept:
|
||||
- image/*
|
||||
|
||||
type_logo_header:
|
||||
type: radio
|
||||
label: FUTURE.ADMIN.THEME.TYPE_LOGO_HEADER
|
||||
help: FUTURE.ADMIN.THEME.TYPE_LOGO_HEADER_HELP
|
||||
default: text
|
||||
options:
|
||||
image: FUTURE.ADMIN.THEME.TYPE_LOGO_HEADER_IMAGE
|
||||
text: FUTURE.ADMIN.THEME.TYPE_LOGO_HEADER_TEXT
|
||||
both: FUTURE.ADMIN.THEME.TYPE_LOGO_HEADER_BOTH
|
||||
|
||||
slogan:
|
||||
type: text
|
||||
|
|
Loading…
Add table
Reference in a new issue