Skip to content

Commit e969a3d

Browse files
committed
Revert wrong commits in “Upgrade to 3.5.7"
This reverts commit 0f55f49.
1 parent 0f55f49 commit e969a3d

File tree

11 files changed

+7
-143
lines changed

11 files changed

+7
-143
lines changed

content/home/home.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Title: Home
2-
1+
Title: Home

site/blueprints/pages/default.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
title: Default Page
22
preset: page
33
fields:
4-
blocks:
5-
type: blocks
4+
text:
5+
label: Text
6+
type: textarea
7+
size: large
8+

site/config/config.php

-29
This file was deleted.

site/plugins/faq-block/blueprints/blocks/faq.yml

-11
This file was deleted.

site/plugins/faq-block/blueprints/blocks/faqItem.yml

-9
This file was deleted.

site/plugins/faq-block/index.css

-25
This file was deleted.

site/plugins/faq-block/index.js

-36
This file was deleted.

site/plugins/faq-block/index.php

-12
This file was deleted.

site/plugins/faq-block/snippets/blocks/faq.php

-7
This file was deleted.

site/plugins/faq-block/snippets/blocks/faqItem.php

-2
This file was deleted.

site/templates/default.php

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head></head>
4-
<body>
5-
<h1><?= $page->title() ?></h1>
6-
<?= $page->blocks()->toBlocks(); ?>
7-
</body>
8-
</html>
1+
<h1><?= $page->title() ?></h1>

0 commit comments

Comments
 (0)