Table of Contents

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

string

DisableAutoTranslation

bool? DisableAutoTranslation { get; }

Property Value

bool?

DisableTranslation

bool DisableTranslation { get; }

Property Value

bool

Disabled

bool Disabled { get; }

Property Value

bool

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

string

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

string

Notes

Description of this field.

string Notes { get; }

Property Value

string

Placeholder

string Placeholder { get; }

Property Value

string

Required

bool Required { get; }

Property Value

bool

VisibleInEditUi

bool VisibleInEditUi { get; }

Property Value

bool