From ce6561182499f93e8c3cb0f2422265c42e2a05f5 Mon Sep 17 00:00:00 2001 From: Daniel Ennis Date: Wed, 10 Jan 2018 19:56:12 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index 5bb48bc..91d1fff 100644 --- a/Home.md +++ b/Home.md @@ -10,6 +10,7 @@ Please check the following: - [Command Contexts](Command-Contexts) - How to define new method parameters - [Command Completions](Command-Completions) - How to define new command completion handlers - [Command Replacements](Command-Replacements) - How to do dynamic string replacements in Annotation values (dynamic command names, etc) + - [Command Conditions](Command-Conditions) - Add Common Validation Conditions to your commands so you can add restrictions by a simple annotation - [Locales / I18N API](Locales) - How to change the default messaging in ACF and use other languages) - [Adding new Platforms](Integrating-ACF) (ACF-core is not stable enough for new platforms to be added, so please wait)