From 83ad4e91c70fea07b7f1a0f469dd6c77db06aef3 Mon Sep 17 00:00:00 2001 From: Llewellyn Date: Tue, 16 Jul 2024 21:37:26 +0000 Subject: [PATCH] Create JInputFiles readme file --- .../README.md | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/7247ce0b-e13f-4f23-9851-2d34b9bd9e23/README.md diff --git a/src/7247ce0b-e13f-4f23-9851-2d34b9bd9e23/README.md b/src/7247ce0b-e13f-4f23-9851-2d34b9bd9e23/README.md new file mode 100644 index 0000000..ac8bf85 --- /dev/null +++ b/src/7247ce0b-e13f-4f23-9851-2d34b9bd9e23/README.md @@ -0,0 +1,35 @@ +``` + ██╗ ██████╗ ██████╗ ███╗ ███╗██╗ █████╗ ██████╗ ██████╗ ██╗ ██╗███████╗██████╗ + ██║██╔═══██╗██╔═══██╗████╗ ████║██║ ██╔══██╗ ██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗ + ██║██║ ██║██║ ██║██╔████╔██║██║ ███████║ ██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝ +██ ██║██║ ██║██║ ██║██║╚██╔╝██║██║ ██╔══██║ ██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗ +╚█████╔╝╚██████╔╝╚██████╔╝██║ ╚═╝ ██║███████╗██║ ██║ ██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║ + ╚════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝ +``` +# JInputFiles + +The Joomla! Power feature allows you to use Joomla classes in your project without manually managing their namespaces. JCB will automatically add the correct namespaces to your files. If Joomla classes change in future versions, such as from Joomla 3 to 5, JCB will update them for you. + +However, if there are breaking changes in function names, you may need to make some manual adjustments. The Joomla Power Key (JPK) helps you easily search for these classes. + +By using the JPK (Joomla Power Key) in your custom code (replacing the class name in your code with the JPK), JCB will automatically pull the Joomla! Power from the repository into your project. + +To add this specific power to your project in JCB: + +> simply use this JPK +``` +Joomla---7247ce0b_e13f_4f23_9851_2d34b9bd9e23---Power +``` +> remember to replace the `---` with `___` to activate this Joomla! Power in your code + +--- +``` + ██╗ ██████╗██████╗ + ██║██╔════╝██╔══██╗ + ██║██║ ██████╔╝ +██ ██║██║ ██╔══██╗ +╚█████╔╝╚██████╗██████╔╝ + ╚════╝ ╚═════╝╚═════╝ +``` +> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder) +