|
|
@@ -1094,7 +1094,7 @@ export type DateRange = {
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * Expects the same validation formats as the <input type="datetime-local"> HTML element.
|
|
|
+ * Expects the same validation formats as the `<input type="datetime-local">` HTML element.
|
|
|
* See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local#Additional_attributes
|
|
|
*/
|
|
|
export type DateTimeCustomFieldConfig = CustomField & {
|
|
|
@@ -1745,6 +1745,7 @@ export type LocaleStringCustomFieldConfig = CustomField & {
|
|
|
__typename?: 'LocaleStringCustomFieldConfig';
|
|
|
name: Scalars['String'];
|
|
|
type: Scalars['String'];
|
|
|
+ length?: Maybe<Scalars['Int']>;
|
|
|
label?: Maybe<Array<LocalizedString>>;
|
|
|
description?: Maybe<Array<LocalizedString>>;
|
|
|
readonly?: Maybe<Scalars['Boolean']>;
|