zynth
03/09/2022, 11:03 PMkalle
03/09/2022, 11:07 PMzynth
03/10/2022, 12:13 PMzynth
03/10/2022, 12:14 PMadams
03/10/2022, 3:31 PM<a17-datepicker enableTime="false" required="true" name="start" initialvalue="{{ $start->format('Y-m-d') }}"></a17-datepicker> but this doesnt work. If I change the vendor DatePicker.vue and replaced initialValue with initialvalue (non camelcase) it all works.adams
03/10/2022, 3:31 PMadams
03/10/2022, 3:32 PM@extends('twill::layouts.free') in my blade filepboivin
03/10/2022, 3:36 PM<a17-datepicker ... initial-value="{{ $start->format('Y-m-d') }}"></a17-datepicker>?adams
03/10/2022, 3:40 PMadams
03/10/2022, 3:40 PMpboivin
03/10/2022, 3:41 PMcamelCase but must be used in kebab-case in the DOM element.adams
03/10/2022, 3:41 PMKormi
03/10/2022, 3:58 PMuser
03/10/2022, 10:01 PMSESSION_DOMAIN=localhost which is necessary for sanctum to work, to my .env file, I can no longer login to Twill admin. I'm trying to understand why and how to circumvent this issue.
*Already tried inserting dot as SESSION_DOMAIN=.localhost
Thankspboivin
03/10/2022, 10:14 PMhttp://localhost?user
03/10/2022, 10:15 PMpboivin
03/10/2022, 10:16 PMlocalhost domain.user
03/10/2022, 10:22 PMuser
03/11/2022, 1:34 AMuser
03/11/2022, 6:42 PMHarings Rob
03/14/2022, 6:45 AMniklasnoldin
03/14/2022, 10:59 AMifox
03/14/2022, 11:03 AMkalle
03/14/2022, 11:14 AMrenderBlocks to the DOM and append to it. Its not best use case.
But I would rather go with other option since you use JS frontend. You can get data from the module blocks and just pass block data (JSON) trough props to the your own block style definition.
Eg. https://github.com/kallefrombosnia/twill-graphql/blob/master/docs/eloquent/polymorphic/BLOCK.md#blocks-on-specific-category
You can check content field data. (not related)ifox
03/14/2022, 11:15 AMniklasnoldin
03/14/2022, 11:28 AMBA7YA
03/14/2022, 3:20 PMkalle
03/14/2022, 3:25 PMHasRevisions trait on model, and coresponding app\Models\Revisions\YourmodelnameRevision.php in app?BA7YA
03/14/2022, 3:37 PMzynth
03/14/2022, 9:11 PM