Mads Rasmussen
b84becbcf8
Merge branch 'main' into feature/tree-paging
2024-03-01 11:54:41 +01:00
Jacob Overgaard
771f74d0fe
unfreeze linkpicker link
2024-03-01 10:51:45 +01:00
Jacob Overgaard
11f9799ec3
Merge pull request #1333 from umbraco/bugfix/tinymce-general-imports
...
Tinymce is not being loaded
2024-03-01 10:41:10 +01:00
Jacob Overgaard
b39c7bb9ff
register the templating components generally
2024-03-01 10:35:33 +01:00
Jacob Overgaard
82780d4ac0
register input-tiny-mce globally
2024-03-01 10:35:13 +01:00
Jacob Overgaard
75378adc70
hide tree root for stylesheet picker
2024-03-01 10:34:57 +01:00
Niels Lyngsø
dc1a2789db
ensure selection fits with options
2024-03-01 09:59:37 +01:00
Niels Lyngsø
b49ef90215
use getContext
2024-03-01 09:49:12 +01:00
Niels Lyngsø
f28264e303
change to workspaceComplete, for more clear purpose
2024-03-01 09:41:52 +01:00
Jacob Overgaard
0ce861d8d2
Merge branch 'main' into feature/tree-paging
2024-03-01 09:16:57 +01:00
Jacob Overgaard
94ff408834
Merge pull request #1331 from umbraco/chore/data-type-config-clean--mediapicker
...
MediaPicker: Adds label field to the `crops` setting
2024-03-01 09:15:40 +01:00
Lee Kelleher
665395e5c6
Merge pull request #1330 from umbraco/chore/data-type-config-clean--dropdown
...
Chore: Data Type Config clean-up: Dropdown
2024-03-01 08:14:27 +00:00
Lee Kelleher
2ca56b751b
Merge pull request #1329 from umbraco/chore/data-type-config-clean--radiobuttonlist
...
Chore: Data Type Config clean-up: RadioButtonList
2024-03-01 08:14:05 +00:00
Jacob Overgaard
6084419ee4
Merge pull request #1328 from umbraco/chore/color-swatches-editor-amends
...
Chore: Color Swatches Editor tidy-up/refactoring
2024-03-01 09:13:43 +01:00
Lee Kelleher
21a620cb3a
Merge pull request #1327 from umbraco/chore/data-type-config-clean--docpicker
...
Chore: Data Type Config clean-up: ContentPicker (take 2)
2024-03-01 08:13:03 +00:00
Lee Kelleher
e30f2090b8
Merge pull request #1326 from umbraco/chore/data-type-config-clean--rte
...
Chore: Data Type Config clean-up: RichText
2024-03-01 08:12:46 +00:00
leekelleher
304971d278
TrueFalse: Corrected UI alias
2024-02-29 18:51:59 +00:00
leekelleher
b6ccdab218
Changes mediaParentId to use the MediaPicker UI
...
and sets the config to `max=1`.
2024-02-29 18:45:38 +00:00
leekelleher
33d2a022f0
DataType config clean-up: RichText
...
Moves `blocks` from the UI settings to the schema.
2024-02-29 18:44:49 +00:00
leekelleher
003cae9ae2
DocumentPicker: Added value handling for legacy/migrated data
...
If the input `value` is a `string`, then we can handle that as an `string[]`
2024-02-29 18:33:54 +00:00
leekelleher
b44ed87ea6
DocumentPicker: Set startNodeId to max=1
2024-02-29 18:32:49 +00:00
leekelleher
dc5d5d48c5
DataType config clean-up: RadioButtonList
...
Moves `items` from the UI to the schema settings.
2024-02-29 18:13:03 +00:00
leekelleher
da68de8b31
Adds label field to the crops property
2024-02-29 18:08:57 +00:00
Mads Rasmussen
6e4ec89387
Merge branch 'main' into feature/tree-paging
2024-02-29 19:07:48 +01:00
leekelleher
0fadd802c8
Refactored MultipleTextString's sorter code
2024-02-29 17:47:17 +00:00
leekelleher
ec48ad53e0
Refactored MultipleTextString value structure
...
The server sends a `string[]` instead of an `MultipleTextStringValueItem[]`
2024-02-29 17:47:17 +00:00
leekelleher
b6fae85a83
DataType config clean-up: Dropdown.Flexible
...
Moves `multiple` and `items` from the UI to the schema settings.
2024-02-29 17:47:14 +00:00
leekelleher
2e9883e3ca
Tidy-up/refactoring of umb-property-editor-ui-color-swatches-editor
...
Reviewing the code, the `items` config didn't make sense,
as it attempts to populate the `value`, which isn't a configuration.
e.g. what would be populating it (rather than setting the value)?
As far as I could find in the codebase, nothing was using the `items` option.
2024-02-29 17:24:17 +00:00
Jacob Overgaard
007a500031
Merge pull request #1322 from umbraco/chore/data-type-config-clean--list-view
...
Chore: Data Type Config clean-up: List View
2024-02-29 17:19:40 +01:00
Jacob Overgaard
58db70c6a9
Merge pull request #1323 from umbraco/chore/data-type-config-clean--mntp
...
Chore: Data Type Config clean-up: MultiNodeTreePicker
2024-02-29 17:19:21 +01:00
Jacob Overgaard
468e9edf84
Merge pull request #1324 from umbraco/chore/data-type-config-clean--docpicker
...
Chore: Data Type Config clean-up: ContentPicker
2024-02-29 17:19:02 +01:00
Jacob Overgaard
6b98a91018
Merge remote-tracking branch 'origin/main' into bugfix/document-save-data-corrections
2024-02-29 17:10:40 +01:00
Jacob Overgaard
d58466a1b0
fix models based on updates from server
2024-02-29 17:10:29 +01:00
Jacob Overgaard
e7f4928a50
downgrade typescript api gen
2024-02-29 17:10:17 +01:00
leekelleher
1b460f0305
DataType config clean-up: ContentPicker
...
Adds `ignoreUserStartNodes` setting to the schema.
Moves `startNodeId` to the UI settings.
2024-02-29 16:07:15 +00:00
leekelleher
cf58275123
DataType config clean-up: MultiNodeTreePicker
...
Moves the `startNode` setting to the schema.
2024-02-29 16:01:50 +00:00
leekelleher
b87fa7456c
DataType config clean-up: ListView
...
Moves the unused schema fields to the UI settings.
2024-02-29 15:55:47 +00:00
Jacob Overgaard
1ea7ad2d60
correct mock data
2024-02-29 16:54:42 +01:00
Jacob Overgaard
6525dadbe3
correct mock data
2024-02-29 16:47:17 +01:00
Jacob Overgaard
514f7018aa
do not force to lowerCase in any specific place or server restraints will fail (trust the server data)
2024-02-29 16:46:27 +01:00
Mads Rasmussen
c111538fd4
Merge branch 'main' into patch-2
2024-02-29 16:36:02 +01:00
Jacob Overgaard
2bf3143d5b
add and throw errors: if save doesn't work, we dont want to publish
2024-02-29 16:31:42 +01:00
Jacob Overgaard
f28f59da9b
Merge remote-tracking branch 'origin/main' into bugfix/document-save-data-corrections
2024-02-29 16:10:06 +01:00
Niels Lyngsø
e500497967
remove logs
2024-02-29 15:48:12 +01:00
Niels Lyngsø
5fd5db4ded
rename UmbDataSourceResponse
2024-02-29 15:42:42 +01:00
Niels Lyngsø
df20ec6344
todo
2024-02-29 15:36:45 +01:00
Niels Lyngsø
5776406d5b
fix variant id
2024-02-29 15:31:55 +01:00
Niels Lyngsø
02eb3667fa
use option culture/segment for variantId
2024-02-29 15:13:31 +01:00
Niels Lyngsø
f35692ba3e
remove old comment
2024-02-29 15:10:52 +01:00
Jacob Overgaard
db7fbd2e39
Merge branch 'bugfix/health-check-dashboard' of https://github.com/umbraco/Umbraco.CMS.Backoffice into bugfix/health-check-dashboard
2024-02-29 15:07:36 +01:00