Niklas Natter

Results 23 issues of Niklas Natter

#### What's in this PR? This PR demonstrates how to add a custom toolbar action to a form view of the administration interface of Sulu. The example adds a simple...

Example

#### What's in this PR? This PR demonstrates how to add a custom toolbar action to a list view of the administration interface of Sulu. The example adds a simple...

Example

#### What's in this PR? This PR demonstrates how to implement a custom field transformer, which can be used to format data inside of lists. The example registers a simple...

Example

#### What's in this PR? This PR demonstrates how to implement a custom content type, which can be used inside of page templates and custom entity forms. The example registers...

Example

#### What's in this PR? This PR demonstrates how to render a custom view inside of the administration interface of Sulu. The example registers a simple `app.contact_statistics` view that fetches...

Example

#### What's in this PR? This PR demonstrates how to modify the list view and the form view of the the built-in category entity. The example hides the `key` property...

Example

#### What's in this PR? This PR demonstrates how to integrate a custom entity with the [SuluTrashBundle](https://docs.sulu.io/en/2.4/bundles/trash.html). ![Screenshot 2021-12-21 at 12 37 09](https://user-images.githubusercontent.com/13310795/146923966-5eb87619-b768-4487-9007-6e6c76f202b6.png)

Example

#### What's in this PR? This PR demonstrates how to overwrite/extend the default styling of the administration interface of Sulu. > Please be aware that the styling of the administration...

Example

#### What's in this PR? This PR demonstrates how to add an additional property to the Excerpt & Taxonomies tab of the page detail view.

Example

# Problem description The Form view displays two kinds of errors; **field-specific validation errors based on the form configuration** and **custom error messages returned by the server**. Unfortunately, it is...

Feature
Design in progress