Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit a2a8e6a

Browse files
committed
add card? to pushes block
1 parent da98f9e commit a2a8e6a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

admin/app/blocks/pushes.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ export const block_pushes = {
3636
text,
3737
cta,
3838
offset,
39+
{
40+
name: 'card',
41+
label: 'Texte dans un bloc',
42+
widget: 'boolean',
43+
default: false,
44+
required: false,
45+
i18n: 'duplicate'
46+
},
3947
background_color,
4048
color,
4149
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hugolify-netlify-cms",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"homepage": "https://www.hugolify.io",
55
"repository": "https://github.com/hugolify/hugolify-netlify-cms",
66
"bugs": {

0 commit comments

Comments
 (0)