-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from eea/develop
Release
- Loading branch information
Showing
7 changed files
with
110 additions
and
51 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" | ||
xmlns:tal="http://xml.zope.org/namespaces/tal" | ||
xmlns:metal="http://xml.zope.org/namespaces/metal" | ||
xmlns:i18n="http://xml.zope.org/namespaces/i18n" | ||
lang="en" | ||
metal:use-macro="context/@@main_template/macros/master" | ||
i18n:domain="plone"> | ||
<body> | ||
|
||
<metal:content-core fill-slot="content-core"> | ||
<metal:content-core define-macro="content-core"> | ||
|
||
</metal:content-core> | ||
</metal:content-core> | ||
|
||
</body> | ||
</html> |
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,4 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<object name="Folder" meta_type="Dexterity FTI"> | ||
<property name="global_allow">True</property> | ||
<property | ||
name="model_source"><model xmlns:i18n="http://xml.zope.org/namespaces/i18n" xmlns:marshal="http://namespaces.plone.org/supermodel/marshal" xmlns:form="http://namespaces.plone.org/supermodel/form" xmlns:security="http://namespaces.plone.org/supermodel/security" xmlns:users="http://namespaces.plone.org/supermodel/users" xmlns:lingua="http://namespaces.plone.org/supermodel/lingua" xmlns="http://namespaces.plone.org/supermodel/schema"> | ||
<schema> | ||
<fieldset name="layout" label="Layout"> | ||
<field name="blocks" type="plone.schema.jsonfield.JSONField"> | ||
<default>{'3003434a-2455-4222-98d4-9b0310154352': {'@type': 'slate', 'placeholder': 'Add folder content', 'plaintext': '', 'value': [{'children': [{'text': ''}], 'type': 'p'}]}, '3c6c3e6d-e1f1-4047-9e3a-27118ac67ff6': {'@type': 'listing', 'block': '3c6c3e6d-e1f1-4047-9e3a-27118ac67ff6', 'placeholder': 'Folder contents', 'query': [], 'variation': 'summary'}, '5a4f40e4-2d08-4594-9d5d-c0632d415c7f': {'@type': 'title', 'fixed': False, 'placeholder': 'Add folder title', 'required': False, 'hideContentType': True, 'hideCreationDate': True, 'hidePublishingDate': True, 'hideModificationDate': True, 'hideShareButton': False, 'hideDownloadButton': False}, 'cddb507b-dbea-4ac5-bf83-80c2d5724307': {'@type': 'description', 'fixed': True, 'placeholder': 'Add folder description', 'required': True}}</default> | ||
<description/> | ||
<required>False</required> | ||
<title>Blocks</title> | ||
</field> | ||
<field name="blocks_layout" type="plone.schema.jsonfield.JSONField"> | ||
<default>{'items': ['5a4f40e4-2d08-4594-9d5d-c0632d415c7f', 'cddb507b-dbea-4ac5-bf83-80c2d5724307', '3c6c3e6d-e1f1-4047-9e3a-27118ac67ff6', '3003434a-2455-4222-98d4-9b0310154352']}</default> | ||
<description/> | ||
<required>False</required> | ||
<title>Blocks Layout</title> | ||
</field> | ||
</fieldset> | ||
</schema> | ||
</model></property> | ||
</object> |
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 +1 @@ | ||
1.1 | ||
1.2 |