ThinkDev Studios
ThinkDev Studios
Here is the exported Field Groups via PHP to recreate the issue ``` if( function_exists('acf_add_local_field_group') ): acf_add_local_field_group(array( 'key' => 'group_615c1fcf604d7', 'title' => 'Document Fields', 'fields' => array( array( 'key' =>...
Hi! I am really having a hard time figuring this out. still does not work. I have 2 post types mainly subjects, documents and steps Subject can have multiple documents...
> I solved this with a custom artisan command so that the files are properly created in my module directory. > > I have created a gist file for anyone's...
Thank you! This is awesome. This is the best React Laravel Boilerplate ever.
What happened to this commit? I also need multi-user support
Hi! I found a workaround for this one. you can side load tinymce js to the admin. `Asset::add('tinymcejs', 'https://cloud.tinymce.com/stable/tinymce.min.js?apiKey=api-key', [], '1.0', true)->to('admin');` and also load a custom script from the...