Render All Joomla! 4 Standard Form Fields using a article layout override. To make it work, you can put this the j4xall.php file at this location:
JPATH_ROOT/templates/cassopeia/html/com_content/article/j4xall.php
<?php | |
namespace AlexApi\Tests; | |
use Generator; | |
use Joomla\Http\HttpFactory; | |
use Joomla\Uri\Uri; | |
use PHPUnit\Framework\TestCase; | |
class SmokeTest extends TestCase |
<?php | |
declare(strict_types=1); | |
/** | |
* Custom Assets | |
* | |
* @version 1.0.0 | |
* @package Customasset | |
* @author Alexandre ELISÉ <[email protected]> | |
* @copyright (c) 2009-2022 . Alexandre ELISÉ . Tous droits réservés. |
<?php | |
/** | |
* @package Joomla.Plugin | |
* @subpackage Fields.Subform | |
* | |
* @copyright (C) 2019 Open Source Matters, Inc. <https://www.joomla.org> | |
* @license GNU General Public License version 2 or later; see LICENSE.txt | |
* @contributor Alexandre ELISÉ <[email protected]> Modified version on 2021-12-08 | |
* @description The content of this file needs to be copied in | |
* YOUR_JOOMLA_WEBSITE_ROOT/templates/cassiopeia/html/layouts/com_fields/field/fancysubform.php |
@supports (display: grid) { | |
body:not(.has-sidebar-left) .site-grid .container-component { | |
grid-column-start:span 6; | |
} | |
@media (min-width : 992px) { | |
/* Must add page-has-full-width in menu item custom css class for page */ | |
body.site.page-has-full-width .site-grid { | |
grid-template-areas : ". banner banner banner banner ." ". top-a top-a top-a top-a ." ". top-b top-b top-b top-b ." "comp comp comp comp comp comp" ". side-l side-l side-r side-r ." ". bot-a bot-a bot-a bot-a ." ". bot-b bot-b bot-b bot-b ."; | |
} |
/** | |
* Tiny hungry foodie swift script | |
* | |
* @package tinyhungryfoodie | |
* @author Mr Alexandre J-S William ELISÉ <[email protected]> | |
* @copyright (c) 2009 - present . Mr Alexandre J-S William ELISÉ . Tous droits réservés. | |
* @license MIT | |
* @link https://apiadept.com | |
*/ | |
var food: String? = "water" |
/** | |
* Tiny hungry foodie kotlin script | |
* | |
* @package tinyhungryfoodie | |
* @author Mr Alexandre J-S William ELISÉ <[email protected]> | |
* @copyright (c) 2009 - present . Mr Alexandre J-S William ELISÉ . Tous droits réservés. | |
* @license MIT | |
* @link https://apiadept.com | |
*/ | |
fun main() { |
/** | |
* Tiny hungry foodie c script | |
* | |
* @package tinyhungryfoodie | |
* @author Mr Alexandre J-S William ELISÉ <[email protected]> | |
* @copyright (c) 2009 - present . Mr Alexandre J-S William ELISÉ . Tous droits réservés. | |
* @license MIT | |
* @link https://apiadept.com | |
*/ | |
#include <stdio.h> |
<?php | |
/** | |
* Tiny hungry foodie php script | |
* | |
* @package tinyhungryfoodie | |
* @author Mr Alexandre J-S William ELISÉ <[email protected]> | |
* @copyright (c) 2009 - present . Mr Alexandre J-S William ELISÉ . Tous droits réservés. | |
* @license MIT | |
* @link https://apiadept.com | |
*/ |