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

Commit 9a6df71

Browse files
committed
change to heading in CTA block
1 parent 82a185c commit 9a6df71

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

admin/app/blocks/cta.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { title } from '../fields/title.js'
2-
import { text } from '../fields/text.js'
1+
import { heading } from '../fields/heading.js'
32
import { cta } from '../fields/cta.js'
43
import { background } from '../fields/background.js'
54

@@ -12,8 +11,7 @@ export const block_cta = {
1211
collapsed: false,
1312
summary: '{{cta.text}}',
1413
fields: [
15-
title,
16-
text,
14+
heading,
1715
cta,
1816
background
1917
]

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.4",
3+
"version": "1.2.5",
44
"homepage": "https://www.hugolify.io",
55
"repository": "https://github.com/hugolify/hugolify-netlify-cms",
66
"bugs": {

0 commit comments

Comments
 (0)