diff --git a/5.-Field-Types.md b/5.-Field-Types.md index df9c461..6f66868 100644 --- a/5.-Field-Types.md +++ b/5.-Field-Types.md @@ -4,6 +4,7 @@ If you have a good understanding of the Joomla! API you'll know it can build for ### Views, field types, and fields + [01:05](https://youtu.be/OhLzvThDXls?list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=1m5s) **Field Types and Fields** _Create Field Types Using basic joomla article to explain field types and their relationship within views_ + A field type is needed if you are building a field. Use of views, field types, and fields can be seen when you create a Joomla! article. When you do, the first thing you see is the view. Scroll down and you'll see a URL displaying View = article indicating this is an article view. + [01:57](https://youtu.be/OhLzvThDXls?list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=1m57s) **List and Edit Views** _Difference between list view and edit view. Plural and single_