diff --git a/composer.lock b/composer.lock index 0973d3bb5..f24bd8788 100644 --- a/composer.lock +++ b/composer.lock @@ -456,16 +456,16 @@ }, { "name": "bolt/article", - "version": "1.0.19", + "version": "1.0.20", "source": { "type": "git", "url": "https://github.com/bolt/article.git", - "reference": "bae63a9fcfb3f0c1cc41ad14f1005c28baf34378" + "reference": "2cf54df7d3e20f0abc0c8ec6a5440fd7bc3e3176" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bolt/article/zipball/bae63a9fcfb3f0c1cc41ad14f1005c28baf34378", - "reference": "bae63a9fcfb3f0c1cc41ad14f1005c28baf34378", + "url": "https://api.github.com/repos/bolt/article/zipball/2cf54df7d3e20f0abc0c8ec6a5440fd7bc3e3176", + "reference": "2cf54df7d3e20f0abc0c8ec6a5440fd7bc3e3176", "shasum": "" }, "require": { @@ -500,9 +500,9 @@ "description": "📝 Bolt Extension to add the Article FieldType", "support": { "issues": "https://github.com/bolt/article/issues", - "source": "https://github.com/bolt/article/tree/1.0.19" + "source": "https://github.com/bolt/article/tree/1.0.20" }, - "time": "2020-12-14T15:02:40+00:00" + "time": "2021-01-01T16:58:12+00:00" }, { "name": "bolt/assets", @@ -795,16 +795,16 @@ }, { "name": "bolt/redactor", - "version": "1.0.25", + "version": "1.0.26", "source": { "type": "git", "url": "https://github.com/bolt/redactor.git", - "reference": "ceafabb8ecc65c1fb2de097f0f12147c7a7518c8" + "reference": "3f93004e2f58d9a8e4864074feb634799c41a0b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bolt/redactor/zipball/ceafabb8ecc65c1fb2de097f0f12147c7a7518c8", - "reference": "ceafabb8ecc65c1fb2de097f0f12147c7a7518c8", + "url": "https://api.github.com/repos/bolt/redactor/zipball/3f93004e2f58d9a8e4864074feb634799c41a0b1", + "reference": "3f93004e2f58d9a8e4864074feb634799c41a0b1", "shasum": "" }, "require": { @@ -839,9 +839,9 @@ "description": "📝 Bolt Extension to add the Redactor FieldType", "support": { "issues": "https://github.com/bolt/redactor/issues", - "source": "https://github.com/bolt/redactor/tree/1.0.25" + "source": "https://github.com/bolt/redactor/tree/1.0.26" }, - "time": "2020-12-19T10:40:39+00:00" + "time": "2021-01-02T15:11:24+00:00" }, { "name": "bolt/themes", diff --git a/config/extensions/bobdenotter-configurationnotices.yaml b/config/extensions/bobdenotter-configurationnotices.yaml deleted file mode 100644 index 97a0b0370..000000000 --- a/config/extensions/bobdenotter-configurationnotices.yaml +++ /dev/null @@ -1,3 +0,0 @@ -# Settings for Bolt Configuration Notices - -local_domains: [ '.foo' ] diff --git a/config/extensions/bobdenotter-weatherwidget.yaml b/config/extensions/bobdenotter-weatherwidget.yaml deleted file mode 100644 index 063273711..000000000 --- a/config/extensions/bobdenotter-weatherwidget.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# Weather widget configuration file - -# Leave the location blank for a guesstimate of your current location. Otherwise -# Set it to the preferred name of your country / city. - -# location: Paris -location: \ No newline at end of file diff --git a/config/extensions/bolt-article.yaml b/config/extensions/bolt-article.yaml deleted file mode 100644 index 7779cb020..000000000 --- a/config/extensions/bolt-article.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Settings for Bolt Article - -# All options: blockcode, buttonlink, definedlinks, handle, inlineformat, icons, specialchars, reorder, print, selector, style, tags, underline, variable -default: - plugins: [ blockcode, buttonlink, definedlinks, inlineformat, reorder, tags, underline ] - source: true - grid: - classname: 'article-grid' - columns: 12 - patterns: - '4|4|4': 'col-4|col-4|col-4' - '4|8': 'col-4|col-8' - '6|6': 'col-6|col-6' - '8|4': 'col-8|col-4' - -plugins: - ~ diff --git a/config/extensions/bolt-redactor.yaml b/config/extensions/bolt-redactor.yaml deleted file mode 100644 index 5e5d78d95..000000000 --- a/config/extensions/bolt-redactor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# Settings for Bolt Redactor - -# All options: html, format, bold, italic, deleted, lists, link, file, line, redo, undo, underline, ol, ul, indent, outdent, sup, sub -default: - buttons: [ bold, italic, format, lists, link, html, image ] - plugins: [ fullscreen, table, inlinestyle, video, widget, definedlinks ] - source: true - -plugins: - ~