Hi,
I’m trying to use Rainlab Blog categories in my blueprints. Here’s how I define a field category
in my blueprint:
category:
label: Category
type: recordfinder
list: ~/plugins/rainlab/blog/models/category/columns.yaml
recordsPerPage: 10
title: Find Record
nameFrom: name
tab: Infos
descriptionFrom: description
No error when saving and migrating, however when trying to pick a category in an entity form, I get this error (in a popup, approximately translated from french):
""Tailor\Models\EntryRecord" model does not contain "category" definition." on line 581 of /var/www/rev/modules/backend/classes/Controller.php
Is it a misunderstanding of the recordfinder type?
Thanks for your help