Skip to content

Commit

Permalink
Merge pull request #477 from engram-design/patch-2
Browse files Browse the repository at this point in the history
Remove `columnType` reference
  • Loading branch information
brandonkelly committed Dec 27, 2023
2 parents 2ca2837 + d74a06f commit ec9a3e6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/templates/_field_settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,19 +172,4 @@
value: field.purifierConfig
}) }}
</div>

{% if craft.app.db.isMysql %}
{{ forms.selectField({
label: "Column Type"|t('redactor'),
id: 'column-type',
name: 'columnType',
instructions: "The type of column this field should get in the database."|t('redactor'),
options: [
{ value: 'text', label: 'text (~64KB)' },
{ value: 'mediumtext', label: 'mediumtext (~16MB)' },
],
value: field.columnType,
warning: (field.id ? "Changing this may result in data loss."|t('redactor')),
}) }}
{% endif %}
</div>

0 comments on commit ec9a3e6

Please sign in to comment.