Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27a6b7b

Browse files
authored
Added "filterBlobs": true by default (#233)
* Add filterBlobs option by default * Changelog
1 parent 0d65af5 commit 27a6b7b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

news/+addedFilterBlobs.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added filterBlobs option in mrs-developer clone by default. @sneridagh

templates/add-ons/frontend/{{ cookiecutter.__folder_name }}/mrs.developer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"package": "@plone/volto",
55
"url": "[email protected]:plone/volto.git",
66
"https": "https://github.com/plone/volto.git",
7-
"tag": "{{ cookiecutter.__version_plone_volto }}"
7+
"tag": "{{ cookiecutter.__version_plone_volto }}",
8+
"filterBlobs": true
89
}
910
}

0 commit comments

Comments
 (0)