Skip to content

Commit

Permalink
Merge pull request #1433 from bolt/remove-unused-field-types
Browse files Browse the repository at this point in the history
Remove old field types
  • Loading branch information
bobdenotter committed Jun 5, 2020
2 parents b38d9ba + cff61d9 commit 6b818d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 37 deletions.
6 changes: 3 additions & 3 deletions config/bolt/contenttypes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pages:
# Entries can be used for things like 'news' or 'blogpostings'. They have a
# 'teaser', which can be used for a short blurb on listing-pages, allowing
# visitors to click-through to the rest of the entry. It also has fields for an
# image and an optional video.
# image and an optional video embed.
# A relation is defined to the pages ContentType. This way you can refer to a
# page from your news-item.
# This ContentType defines 'categories' and 'tags' as taxonomies, allowing the
Expand Down Expand Up @@ -135,7 +135,7 @@ entries:
group: media
upload: entries
video:
type: video
type: embed
relations:
pages:
multiple: false
Expand Down Expand Up @@ -420,7 +420,7 @@ tests:
# image - varchar(256) - image select/upload widget, stored as filename.
# file - varchar(256) - file select/upload widget, stored as filename.
# filelist - text (65kb) - Input type for a list of files. Including a description.
# video - varchar(256) - Video embed widget, stored as filename.
# embed - text (65kb) - embed widget for video and audio. Stored as JSON.
# html - text (65kb) - wysiwyg element.
# textarea - varchar(32768) - Simple, plain < textarea > field.
# markdown - varchar(32768) - wysiwyg element, which is parsed as Markdown text.
Expand Down
17 changes: 0 additions & 17 deletions src/Entity/Field/GeolocationField.php

This file was deleted.

17 changes: 0 additions & 17 deletions src/Entity/Field/VideoField.php

This file was deleted.

1 change: 1 addition & 0 deletions tests/e2e/edit_record_2.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Feature: Preview record after editing

When I switch to tab "0"
And I reload the page
And I wait 1 second
Then the "field-title" field should not contain "Check preview"

0 comments on commit 6b818d5

Please sign in to comment.