Skip to content

Commit

Permalink
Merge pull request #158 from grueneschweiz/dev
Browse files Browse the repository at this point in the history
0.29.0
  • Loading branch information
cyrillbolliger authored Apr 29, 2022
2 parents b4b7300 + 131ed67 commit 909c018
Show file tree
Hide file tree
Showing 25 changed files with 2,436 additions and 2,410 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ services:
PMA_HOST: db
PMA_USER: root
PMA_PASSWORD: wordpress
UPLOAD_LIMIT: 1G

mailhog:
image: mailhog/mailhog
Expand Down
139 changes: 109 additions & 30 deletions wordpress/wp-content/themes/les-verts/acf-json/group_5b6d603e15f2a.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
{
"key": "group_5b6d603e15f2a",
"title": "(Widget) Contact",
"location": [
[
{
"param": "widget",
"operator": "==",
"value": "supt_contact_widget"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": 1,
"description": "",
"fields": [
{
"key": "field_5b6d66726dae9",
Expand Down Expand Up @@ -119,22 +102,118 @@
"required": 1,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": ""
"default_value": "",
"placeholder": ""
}
],
"min": "",
"max": "1"
}
"min": "",
"max": "1"
},
"layout_626bcd7fbb4b2": {
"key": "layout_626bcd7fbb4b2",
"name": "tiktok",
"label": "Tiktok",
"display": "block",
"sub_fields": [
{
"key": "field_626bcd7fbb4b3",
"label": "Link to the tiktok profile",
"name": "link",
"type": "url",
"instructions": "",
"required": 1,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": ""
}
],
"min": "",
"max": "1"
},
"layout_626bcda0bb4b4": {
"key": "layout_626bcda0bb4b4",
"name": "linkedin",
"label": "Linkedin",
"display": "block",
"sub_fields": [
{
"key": "field_626bcda0bb4b5",
"label": "Link to the linkedin profile",
"name": "link",
"type": "url",
"instructions": "",
"required": 1,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": ""
}
],
"min": "",
"max": "1"
},
"layout_626bcdb7bb4b6": {
"key": "layout_626bcdb7bb4b6",
"name": "youtube",
"label": "Youtube",
"display": "block",
"sub_fields": [
{
"key": "field_626bcdb7bb4b7",
"label": "Link to the youtube profile",
"name": "link",
"type": "url",
"instructions": "",
"required": 1,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": ""
}
],
"min": "",
"max": "1"
}
},
"button_label": "Add Icon",
"min": "",
"max": ""
"button_label": "Add Icon",
"min": "",
"max": ""
}
],
"modified": 1543324739
}
"location": [
[
{
"param": "widget",
"operator": "==",
"value": "supt_contact_widget"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1651232205
}
Loading

1 comment on commit 909c018

@sandrotanner
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 🙏

Please sign in to comment.