Interface IFieldSettingsGeneral
- Namespace
- ToSic.Eav.Data.ContentTypes.Fields
- Assembly
- ToSic.Eav.Data.dll
Content-Type for the general settings of a field (attribute) on a content-type.
[WorkInProgressApi("WIP v22")]
public interface IFieldSettingsGeneral : IModelFromEntity<FieldSettingsGeneralModel>, IModelFromEntity, IModelFromData
Remarks
Note that as of 2026-07-26 there is no model yet to use, but it should be added soon.
Properties
DefaultValue
string DefaultValue { get; }
Property Value
DisableAutoTranslation
bool? DisableAutoTranslation { get; }
Property Value
- bool?
DisableTranslation
bool DisableTranslation { get; }
Property Value
Disabled
bool Disabled { get; }
Property Value
Formulas
The formulas associated with this field, which can be used for calculations or transformations.
object? Formulas { get; }
Property Value
- object
InputType
The official input-type - usually something like @string-default
string InputType { get; }
Property Value
IsEphemeral
Determines if this field is ephemeral, meaning it is not stored in the database and only exists temporarily during processing.
bool? IsEphemeral { get; }
Property Value
- bool?
IsUnique
bool? IsUnique { get; }
Property Value
- bool?
Name
[ContentTypeTitle]
string Name { get; }
Property Value
Notes
Description of this field.
string Notes { get; }
Property Value
Placeholder
string Placeholder { get; }
Property Value
Required
bool Required { get; }
Property Value
VisibleInEditUi
bool VisibleInEditUi { get; }