Skip to content

Commit

Permalink
Merge pull request #693 from Fliplet/release/DEV-220
Browse files Browse the repository at this point in the history
  • Loading branch information
simonchapman1986 authored Oct 30, 2024
2 parents a6e455b + fb6fb00 commit bb49a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/libs/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ Fliplet.FormBuilder = (function() {

component.props._flexibleWidthComponents = {
type: Array,
default: ['flInput', 'flCheckbox', 'flRadio', 'flEmail', 'flNumber', 'flTelephone', 'flUrl', 'flTextarea', 'flWysiwyg', 'flSelect', 'flDate', 'flTime', 'flDateRange', 'flTimeRange', 'flTimer', 'flStarRating', 'flSignature', 'flImage', 'flFile', 'flSlider', 'flMatrix', 'flTypeahead', 'flGeolocation', 'flPassword', 'flCodeScanner', 'flCustomButton', 'flAddress']
default: ['flInput', 'flCheckbox', 'flRadio', 'flEmail', 'flNumber', 'flTelephone', 'flUrl', 'flTextarea', 'flWysiwyg', 'flSelect', 'flDate', 'flTime', 'flDateRange', 'flTimeRange', 'flTimer', 'flStarRating', 'flSignature', 'flImage', 'flFile', 'flSlider', 'flMatrix', 'flTypeahead', 'flGeolocation', 'flPassword', 'flCodeScanner', 'flCustomButton', 'flAddress', 'flReorderList']
};

component.props._idx = {
Expand Down

0 comments on commit bb49a2d

Please sign in to comment.