Mateo
Mateo
Explore posts from servers
TCTwill CMS
Created by Mateo on 1/22/2024 in #👊support
File link in view issue
thank you for responding that fast @kallefrombosnia
7 replies
TCTwill CMS
Created by Mateo on 1/22/2024 in #👊support
File link in view issue
greeat it worked , i was using it in block not custom module
7 replies
TCTwill CMS
Created by Mateo on 1/22/2024 in #👊support
File link in view issue
can i use that $block->file('file')
7 replies
TCTwill CMS
Created by Mateo on 8/14/2023 in #👊support
twill metadata
yes it works thank you so much
16 replies
TCTwill CMS
Created by Mateo on 8/20/2023 in #👊support
Twill tags and images dont save on repeater
Anyone that can help me please I have included HandleTags to my PageRepository but id dont save my inserted tags
2 replies
TCTwill CMS
Created by Mateo on 8/14/2023 in #👊support
twill metadata
No description
16 replies
TCTwill CMS
Created by Mateo on 8/14/2023 in #👊support
twill metadata
No description
16 replies
TCTwill CMS
Created by Mateo on 8/14/2023 in #👊support
twill metadata
@chrispymm@pauldwight can you give me any suggestion please
16 replies
TCTwill CMS
Created by Mateo on 8/14/2023 in #👊support
twill metadata
*/
public function getForm(TwillModelContract $model): Form
{
$form = parent::getForm($model);

$form->add(
Input::make()->name('description')->label('Description')->translatable()
);

$form->add(
Medias::make()->name('cover')->label('Cover image')
);

$form->add(
BlockEditor::make()->blocks(['accordion'])
);
$form->add(
BladePartial::make()->view('admin.pages.form')
);

return $form;
}
*/
public function getForm(TwillModelContract $model): Form
{
$form = parent::getForm($model);

$form->add(
Input::make()->name('description')->label('Description')->translatable()
);

$form->add(
Medias::make()->name('cover')->label('Cover image')
);

$form->add(
BlockEditor::make()->blocks(['accordion'])
);
$form->add(
BladePartial::make()->view('admin.pages.form')
);

return $form;
}
I did this but nothing
16 replies
TCTwill CMS
Created by Mateo on 8/14/2023 in #👊support
twill metadata
for this default controller PageController
16 replies
TCTwill CMS
Created by Mateo on 8/14/2023 in #👊support
twill metadata
so you are saying to modify admin controller or normal controller ?
16 replies
TCTwill CMS
Created by Mateo on 8/14/2023 in #👊support
twill metadata
Hello @ifox.dev I tried a lot to make something apears in bottom of my pages but it seems dificult for me in twill 3
16 replies