This field type Field Type represents a an ISBN string.
Name | Internal name | Expected input type |
---|---|---|
ISBN | ezisbn | string |
...
Table of Contents | ||
---|---|---|
|
Description
This FieldType Field Type makes it possible to store and retrieve a an ISBN string in either a an ISBN-10 or ISBN-13 format.
...
Properties
The Value class of this field type Field Type contains the following properties:
Property | Type | Description |
---|---|---|
$isbn | string | This property will be used for the isbn ISBN string. |
String representation
A An ISBN's string representation is the the $isbn property's value, as a string.
...
The input passed into this field type Field Type is subject of validation ISBN validation depending on it's field settings on it's FieldDefintion stored on the Field settings in its FieldDefinition stored in the Content Type. An example of this field Field setting is show shown below and will control if input is validated as ISBN-13 or ISBN-10:
...
For more details on the Value object for this field type Field Type please refer to the auto-generated documentation (todo: update link when available, see here for the value object and it's its doc in the mean time).