Skip to content

Commit

Permalink
✨ [open-formulieren/open-forms#2173] Added backgroundIdentifier prope…
Browse files Browse the repository at this point in the history
…rty to MapComponentSchema
  • Loading branch information
robinmolen committed Nov 21, 2024
1 parent 9a92ddc commit f699192
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/formio/components/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ export interface MapComponentSchema
lat?: number;
lng?: number;
};
/**
* The background identifier to use for the map component
*/
backgroundIdentifier?: string;
/**
* If true, the backend must apply the globally configured defaults to a particular
* map instance. This results in populating `defaultZoom` and `initialCenter`, so for
Expand Down

0 comments on commit f699192

Please sign in to comment.