`Sebastlan
10/25/2021, 2:56 PMRayderxx
10/25/2021, 3:03 PMphp
Route::group([
'prefix' => 'menus/{menu_id}',
], function () {
Route::module('menuItems');
});
Route::module('menus');user
10/25/2021, 3:05 PMfiles field in settings? I get a Array to sting conversion error when the SettingsRepository tries to save a key value settingpboivin
10/25/2021, 3:07 PMfiles field is implemented at the moment. It's not on par with medias in the way that it handles translations.ifox
10/25/2021, 3:10 PMtwill.settings.files?user
10/25/2021, 3:11 PMifox
10/25/2021, 3:11 PMtranslatable.php?ifox
10/25/2021, 3:13 PMuser
10/25/2021, 3:14 PMlocale in translatable.php was null, now I have set it to nl I get no error but it stays emptypboivin
10/25/2021, 3:20 PMHandleTranslations to the repository? (Even if you are not using translations...)pboivin
10/25/2021, 3:20 PMuser
10/25/2021, 3:20 PMpboivin
10/25/2021, 3:21 PMuser
10/25/2021, 3:21 PMpboivin
10/25/2021, 3:23 PMpboivin
10/25/2021, 3:37 PMuser
10/25/2021, 3:39 PMpboivin
10/25/2021, 3:40 PMpboivin
10/25/2021, 3:47 PMuser
10/25/2021, 3:50 PM`Sebastlan
10/25/2021, 5:42 PMpboivin
10/25/2021, 5:48 PMtwill-metadata does that for you, you may need to connect the tags to seotools yourself.`Sebastlan
10/25/2021, 5:48 PMpboivin
10/25/2021, 5:48 PMSEOMeta::addKeyword(['key1', 'key2', 'key3']);pboivin
10/25/2021, 5:52 PM$tags = $item->tags->pluck('name');
SEOMeta::addKeyword($tags);`Sebastlan
10/25/2021, 5:55 PMpboivin
10/25/2021, 5:56 PM`Sebastlan
10/25/2021, 5:57 PM`Sebastlan
10/25/2021, 6:00 PM`Sebastlan
10/25/2021, 6:01 PM