Skip to content

Commit

Permalink
Feature/netlify config (#803) (#804)
Browse files Browse the repository at this point in the history
* Update faq

* add linking (#754)

* fix missing buttons issue

* feat: CORE-4429 open pdf in new tab

* CORE-4429 babel config

* update dependencies

* [CORE-4431] docs-membership (#773)

* update dataset text

* CORE update api pdf file

* CORE-4458 update terms page (#784)

* update dataset text

* CORE-4458: update terms page

* temporary page

* [bugfix] Config babel/runtime

* Fix. Remove debug code (#794)

* Fix/master content (#798)

* HOTIFIX: search endpoint wasn't creating the right query

* Master update from content (#795)

* Update faq

* add linking (#754)

* fix missing buttons issue

* feat: CORE-4429 open pdf in new tab

* CORE-4429 babel config

* update dependencies

* [CORE-4431] docs-membership (#773)

* update dataset text

* CORE update api pdf file

* CORE-4458 update terms page (#784)

* update dataset text

* CORE-4458: update terms page

* temporary page

* [bugfix] Config babel/runtime

* Fix. Remove debug code (#794)

---------





---------






* [feature] Design v4.9.0. Membership component (#796)

* Update faq

* add linking (#754)

* fix missing buttons issue

* feat: CORE-4429 open pdf in new tab

* CORE-4429 babel config

* update dependencies

* [CORE-4431] docs-membership (#773)

* update dataset text

* CORE update api pdf file

* CORE-4458 update terms page (#784)

* update dataset text

* CORE-4458: update terms page

* temporary page

* [bugfix] Config babel/runtime

* Fix. Remove debug code (#794)

* [feature] Design v4.9.0. Membership component

* Fix/master content (#798)

* HOTIFIX: search endpoint wasn't creating the right query

* Master update from content (#795)

* Update faq

* add linking (#754)

* fix missing buttons issue

* feat: CORE-4429 open pdf in new tab

* CORE-4429 babel config

* update dependencies

* [CORE-4431] docs-membership (#773)

* update dataset text

* CORE update api pdf file

* CORE-4458 update terms page (#784)

* update dataset text

* CORE-4458: update terms page

* temporary page

* [bugfix] Config babel/runtime

* Fix. Remove debug code (#794)

---------





---------






---------






* [feature] Netlify config

* [feature] pack lock upd

* Netlify config

* Netlify config #2

* Netlify config #2

---------

Co-authored-by: mcancellieri <[email protected]>
Co-authored-by: ekachxaidze98 <[email protected]>
Co-authored-by: Eka <[email protected]>
Co-authored-by: Matteo Cancellieri <[email protected]>
  • Loading branch information
5 people authored Feb 11, 2023
1 parent 6d9fa4c commit f0c29c3
Show file tree
Hide file tree
Showing 2 changed files with 6,607 additions and 29,511 deletions.
77 changes: 73 additions & 4 deletions netlify-cms.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1170,15 +1170,37 @@ collections:
widget: string
hint: >
The title of the page. Displayed on the page below header.
- name: id
- name: header
widget: object
label: Header
hint: >
Anchor links to the page content. Must to equal block name.
fields:
- {
name: title,
widget: string,
label: Title,
hint: Title of the links block
}
- {
name: caption,
widget: text,
label: Caption,
hint: Caption
}
- name: headerAbout
label: Header for About (title, description)
file: docs-membership/headerAbout.yml
fields:
- name: title
widget: string
label: id
hint: id of the block. Must match anchor link url
hint: >
The title of the page. Displayed on the page below header.
- name: header
widget: object
label: Header
hint: >
Anchor links to the page content.Muso to equal block name.
Anchor links to the page content. Must to equal block name.
fields:
- {
name: title,
Expand All @@ -1192,3 +1214,50 @@ collections:
label: Caption,
hint: Caption
}
- name: documentation
label: Documentation
file: docs-membership/docs.yml
fields:
- name: items
widget: object
label: Items
hint: >
Anchor links to the page content. Must to equal block name.
fields:
- {
name: title,
widget: string,
label: Title,
hint: Title of the links block
}
- {
name: descriptionAbout,
widget: text,
label: descriptionAbout,
hint: Description for About
}
- {
name: descriptionDashboard,
widget: text,
label: descriptionDashboard,
hint: Description for sDashboard
}
- name: imagesList,
widget: object,
label: imagesList,
hint: Images bottom description.
fields:
- {name: file, widget: image, label: file, required: false, allow_multiple: false }
- {name: file, widget: image, label: file, required: false, allow_multiple: false }
- {name: file, widget: image, label: file, required: false, allow_multiple: false }


# - {
# name: membership
# label: Membership
# widget: object
# fields:
# - { label: Caption, name: caption, widget: string, hint: Caption of the button }
# - { label: Variant, name: variant, widget: string, hint: You can, optional: true, default: contained }
# - { label: Action, name: url, widget: string, hint: Button action. (url) , optional: true }
# }
Loading

0 comments on commit f0c29c3

Please sign in to comment.