From 14ea6c06ab23675ac928a22efd89bcd0e26f7ba3 Mon Sep 17 00:00:00 2001 From: Joseph Geller Date: Mon, 26 Nov 2018 13:34:49 -0600 Subject: [PATCH] Updated 5. Field Types (markdown) --- 5.-Field-Types.md | 1 + 1 file changed, 1 insertion(+) 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_