Media Picker 3 should not be used as a macro parameter (#15330)

This commit is contained in:
Kenn Jacobsen
2023-12-06 10:18:23 +01:00
committed by GitHub
parent 9a54b5ed6e
commit 370e1cc125

View File

@@ -20,7 +20,7 @@ namespace Umbraco.Cms.Core.PropertyEditors;
/// </summary>
[DataEditor(
Constants.PropertyEditors.Aliases.MediaPicker3,
EditorType.PropertyValue | EditorType.MacroParameter,
EditorType.PropertyValue,
"Media Picker",
"mediapicker3",
ValueType = ValueTypes.Json,