tomho

Results 14 issues of tomho

![image](https://user-images.githubusercontent.com/29519267/182526383-17d5e1f1-7e9e-43fe-9140-20363cbdfc34.png)

type: bug

## Description For translatable fields, when current language do not have an input, it should show the fallback locale using translatedInput(). However, when the field once being filled and saved,...

## Description Cannot create item if enter alternate locale title first, even the required fields are filled, validation fails. ### Steps to reproduce https://user-images.githubusercontent.com/29519267/180403380-b9b868d0-63ff-4fe6-8f42-039b2c05055f.mp4 ### Versions Twill version: 2.8.8

## Description Inactive slug trigger suffixSlugIfExisting, only page is trashed / destroyed the slug will be available again. ### Steps to reproduce https://user-images.githubusercontent.com/29519267/180394795-e6c9a6f8-d2c2-45c4-b591-4280721e442f.mp4 ### Versions Twill version: 2.8.8

## Description This pr fixes translatedInput fallback locale ## Related Issues Fixes #1753

## Description This pr add clone button in block editor preview ![image](https://user-images.githubusercontent.com/29519267/179923505-8679b1de-46a0-4fa3-803d-7eaf182b1491.png) ## Related Issues Related to #1721

## Description When cloning block contain nested repeater, only first level of the repeaters are cloned, the nested repeater are missing. Also repeater of the cloned block is syncing changes...

type: bug
impact: high

## Summary Now Twill have clone block function in form, It is cool if there is a clone button added to the block editor, so the user can clone the...

## Summary I am using Self-nested modules for building the navigation. It is great that I can drag drop to manage the order using the position of navigation and sub...

For example: **resources/views/site/layout/block.blade.php** \ \ \ \#madewithtwill website \ @stack('styles') \ \ \ @yield('content') \ \ @stack('scripts') \ \ **resources/views/site/blocks/some_block.blade.php** @push('styles') \Some styles\ @endpush @push('scripts') \Some scripts\ @endpush Seems some_block...

type: feature