baks-dev/field-tire

HTML轮胎字段包

安装: 92

依赖项: 0

建议者: 0

安全: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

v7.1.12 2024-09-15 23:09 UTC

README

Version php 8.3+

HTML轮胎字段包

安装

composer require baks-dev/field-tire

设置

要在下拉列表中显示字段,请将服务设置添加到配置文件中

config/packages/field.php

<?php

use Symfony\Config\TwigConfig;

return static function (TwigConfig $twig) {
	
	/** Шаблоны полей в форме */
	$twig->formThemes([
		'@field-tire-season/form.row.html.twig',
		'@field-tire-studs/form.row.html.twig',
		'@field-tire-cartype/form.row.html.twig',
		'@field-tire-euro/form.row.html.twig',
	]);

};

模板重写

模板在templates目录中以文本表示(content.html.twig)和模板表示(template.html.twig)的形式重写

轮胎直径

  • /templates/field-tire/radius/content.html.twig
  • /templates/field-tire/radius/template.html.twig

轮胎轮廓

  • /templates/field-tire/profile/content.html.twig
  • /templates/field-tire/profile/template.html.twig

轮胎宽度

  • /templates/field-tire/width/content.html.twig
  • /templates/field-tire/width/template.html.twig

季节性

  • /templates/field-tire/season/content.html.twig
  • /templates/field-tire/season/template.html.twig

钉子

  • /templates/field-tire/studs/content.html.twig
  • /templates/field-tire/studs/template.html.twig

车型

  • /templates/field-tire/cartype/content.html.twig
  • /templates/field-tire/cartype/template.html.twig

欧洲标签

  • /templates/field-tire/euro/content.html.twig
  • /templates/field-tire/euro/template.html.twig

许可证 License

MIT许可证(MIT)。有关更多信息,请参阅许可证文件