This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
office69665
Hi, I ve created a new component to filter my records. I can access the Component but the default.htm is not executing. I checked allready case sensitivity - but still not working.
Plugin.php: public function registerComponents() { return [ 'Ec\Vacance\Components\FilterVacance' => 'filtervacance' ]; }
plugins/ec/vacance/components/FilterVacance.php: class FilterVacance extends ComponentBase { public function componentDetails(){ return [ 'name' => 'filtervacance', 'description' => 'Filter Vacance' ]; }
plugins/ec/vacance/components/filtervacance/default.htm: test
thank you for your help!
1-1 of 1