Updated 5. Field Types (markdown)

Joseph Geller
2018-11-26 13:34:49 -06:00
parent 3efd694e64
commit 14ea6c06ab

@@ -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_