Note:
This is the default channel template showing the field layout.
Override this template by creating the following twig template:
templates/_custom/channels/directoryEntity/_entry.twig
Entry
- Title: Penn State Centre Stage
- Slug: penn-state-centre-stage
- Section: Directory - Entity
Fields
-
Content
-
Office Name
- className: craft\fields\PlainText
- handle: officeName
- twig: {{ field.handle }}
-
Contact Email
- className: craft\fields\PlainText
- handle: contactEmail
- twig: {{ field.handle }}
-
Office Address
- className: craft\fields\PlainText
- handle: officeAddress
- twig: {{ field.handle }}
-
Office Campus or City, State
- className: craft\fields\PlainText
- handle: officeCampusOrCityState
- twig: {{ field.handle }}
-
Contact Phone Number
- className: craft\fields\PlainText
- handle: contactPhoneNumber
- twig: {{ field.handle }}
-
Fax
- className: craft\fields\PlainText
- handle: fax
- twig: {{ field.handle }}
-
Contact Relation
- className: craft\fields\Entries
- handle: contactRelation
- twig: {{ field.handle }}
-
Websites - Flexible
- className: verbb\supertable\fields\SuperTableField
- handle: websitesFlexible
- twig: {{ field.handle }}
-
Social Media Links
- className: craft\fields\Matrix
- handle: socialMediaLinks
- twig: {{ field.handle }}
-
Default Text Editor
- className: craft\redactor\Field
- handle: defaultTextEditor
- twig: {{ field.handle }}
-
Category
- className: craft\fields\Categories
- handle: category
- twig: {{ field.handle }}
-
-
Preview
-
Preview Image
- className: craft\fields\Assets
- handle: previewImage
- twig: {{ field.handle }}
-