1
0
Fork 0
mirror of synced 2024-07-09 08:16:34 +12:00

Enable field outside dev

This commit is contained in:
Adria Navarro 2023-09-26 12:00:55 +02:00
parent f4542283f5
commit 0b0ffff6dd

View file

@ -82,9 +82,6 @@
}
const bbRefTypeMapping = {}
if (!$admin.isDev) {
delete fieldDefinitions.USER
}
function composeType(fieldType, subtype) {
return `${fieldType}_${subtype}`