@firecms/core 3.0.0-canary.228 → 3.0.0-canary.231

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@firecms/core",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.228",
4
+ "version": "3.0.0-canary.231",
5
5
  "description": "Awesome Firebase/Firestore-based headless open-source CMS",
6
6
  "funding": {
7
7
  "url": "https://github.com/sponsors/firecmsco"
@@ -50,9 +50,9 @@
50
50
  "./package.json": "./package.json"
51
51
  },
52
52
  "dependencies": {
53
- "@firecms/editor": "^3.0.0-canary.228",
54
- "@firecms/formex": "^3.0.0-canary.228",
55
- "@firecms/ui": "^3.0.0-canary.228",
53
+ "@firecms/editor": "^3.0.0-canary.231",
54
+ "@firecms/formex": "^3.0.0-canary.231",
55
+ "@firecms/ui": "^3.0.0-canary.231",
56
56
  "@hello-pangea/dnd": "^17.0.0",
57
57
  "@radix-ui/react-portal": "^1.1.3",
58
58
  "clsx": "^2.1.1",
@@ -105,7 +105,7 @@
105
105
  "dist",
106
106
  "src"
107
107
  ],
108
- "gitHead": "6b0cda6fb616bccabeb7e082b7ff589b3475cfa0",
108
+ "gitHead": "c38a44b87565537d51e654a0565b0921c933c55e",
109
109
  "publishConfig": {
110
110
  "access": "public"
111
111
  },
@@ -120,6 +120,7 @@ export function ArrayOfReferencesFieldBinding({
120
120
  value={value}
121
121
  disabled={isSubmitting}
122
122
  buildEntry={buildEntry}
123
+ canAddElements={false}
123
124
  addLabel={property.name ? "Add reference to " + property.name : "Add reference"}
124
125
  newDefaultEntry={property.of.defaultValue}
125
126
  onValueChange={(value) => setFieldValue(propertyKey, value)}