1
0
mirror of https://github.com/silverstripe/silverstripe-tagfield synced 2024-10-22 11:05:32 +02:00
silverstripe-tagfield/.editorconfig
Will Rossiter 527c5b2224
FIX Selected tag is not shown when isMutliple is false ()
* doc: add note about `setTitleField` (Fixes )

* NEW Add support for saving tag value into has_one components

FIX Value not shown if isMultiple is false ()

* fix: don't default to ID column as pgsql throws an error if comparing string value
2022-06-07 13:00:12 +12:00

20 lines
491 B
INI

# For more information about the properties used in this file,
# please see the EditorConfig documentation:
# http://editorconfig.org
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[{*.yml,package.json,*.js,*.scss}]
indent_size = 2
indent_style = space
quote_type = single
# The indent size used in the package.json file cannot be changed:
# https://github.com/npm/npm/pull/3180#issuecomment-16336516