Mateo
Mateo
Explore posts from servers
NNuxt
Created by Mateo on 3/25/2024 in #❓・help
Dynamic routing [...slug].vue issue with loading assets
what about using bootstrap modules like <Button /> ect in nuxt do i need do import something after installing bootstrap 5
4 replies
NNuxt
Created by Mateo on 3/25/2024 in #❓・help
Dynamic routing [...slug].vue issue with loading assets
yes i have my index.css in /public/css/index.css
4 replies
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