This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
tuxcod
My custom Form Widget not view partial
I have this
File: plugins/angrycode/city/Plugin.php
public function registerFormWidgets()
{
return[
"Angrycode\City\Formwidgets\Yandexmap"=>[
'label' => 'Yandex Map',
'code' => "yandexmap"
]
];
}
fields.yaml
map:
label: Точка на карте
span: auto
type: yandexmap
required: 1
Please help me.
Last updated
1-3 of 3