Bennet Klarhölter

Results 15 comments of Bennet Klarhölter

I cannot find any function to view the deleted pages in the backend.

In [getPreviewImageSource](https://github.com/luyadev/luya-module-cms/blob/95cc2471b8e21d39a3f9156d9e9dfe23904c513a/src/base/InternalBaseBlock.php#L641) the base path of the block will be generate with reflection class. In the [bootstrap blocks](https://github.com/luyadev/luya-bootstrap3/blob/a5d731752823e745b036fb11fb279c18db5abbf1/src/BaseBootstrap3Block.php#L19) it is solve with a relative path. We need a general base...

Ok I will take a closer look at the next days.

I think it is a little more difficult. For one the block classes does not have any event handling implemented yet. The other thing is if you override a view...

On delete a page with childs all of them should be mark as deleted. And also the user should get a notice that all child pages will be deleted/archived too....