thelongestsigh
TCTwill CMS
•Created by thelongestsigh on 5/4/2023 in #👊support
New module item error
When i make a new module i get this error, i'm using the twill metadata pacakage
6 replies
TCTwill CMS
•Created by thelongestsigh on 5/4/2023 in #👊support
Custom form fields
I'm trying to make a custom form field to override the custom WYSIWYG form field.
I've followed this guide https://twillcms.com/guides/creating_custom_components_form_fields_and_blocks.html
I feel like there are some steps left out of there. For example where do i need to define the Vue component? Is there a config file for that. I've been snooping around in twill source and i see everything is stored in A17Config but how could i override this or solve this.
Maybe there is another way to add custom css to a WYSIWYG form field or alter tiptap config?
94 replies
TCTwill CMS
•Created by thelongestsigh on 4/28/2023 in #👊support
$renderData returns null when trying to render nestedblocks
@php
/** @var \A17\Twill\Services\Blocks\RenderData $renderData */
dd($renderData)
@endphp
3 replies
TCTwill CMS
•Created by thelongestsigh on 3/10/2023 in #👊support
Save title in translations
I'm trying to save my title as a translatable field, normal fied works fine but when i make it translatable it doesn't get saved in my database anymore?
5 replies