Merge branch '2.2' into 2

This commit is contained in:
Steve Boyd 2021-12-22 10:28:46 +13:00
commit 4e6fbe17aa
1 changed files with 5 additions and 6 deletions

View File

@ -2,7 +2,9 @@
"name": "silverstripe/iframe",
"description": "Add an iFrame pagetype to SilverStripe, to show content from another website",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe"],
"keywords": [
"silverstripe"
],
"license": "BSD-3-Clause",
"authors": [
{
@ -27,11 +29,8 @@
"extra": {
"expose": [
"javascript"
],
"branch-alias": {
"dev-master": "2.x-dev"
}
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
}