@cesdk/engine 1.61.0-nightly.20250908 → 1.61.0-nightly.20250909

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/index.d.ts CHANGED
@@ -8191,6 +8191,8 @@ export declare interface Settings {
8191
8191
  'page/title/separator': string;
8192
8192
  /** The URI for the fallback font used when glyphs are missing. */
8193
8193
  fallbackFontUri: string;
8194
+ /** The supported MIME types for file uploads. */
8195
+ 'upload/supportedMimeTypes': string;
8194
8196
  /** Scale-down limit for blocks in screen pixels when scaling with gizmos or touch gestures. */
8195
8197
  'controlGizmo/blockScaleDownLimit': number;
8196
8198
  /** The threshold distance in pixels for position snapping. */