Ondřej Chrastina

Results 31 issues of Ondřej Chrastina

In the .Net MVC, it is possible to use Controller specific display templates, for specific models by then using: `@Html.DisplayFor(m => m.Property)` I haven't found the exact MS docs, but...

General Enhancement

# Description When using a `Pipeline` to generate a page using Razor view with a strongly typed view model - `LandingPage` - I am getting an error: Error: ```plain Content/PostProcess...

⚠️ Bug

Simple starter for Kontent - a clone of the Default starter utilizing Kentico Kontent as a data source via source plugin for Kontent.

### Motivation Upgrade to beta kontent react rich text element ### Checklist - [ ] Code follows coding conventions held in this repo - [ ] Automated tests have been...

### Motivation Lighthouse reports that some components do not need to be a part of an initial bundle. ### Proposed solution Use this thing: https://webpack.js.org/api/module-methods/#dynamic-expressions-in-import in combination with `gregberge/loadable-components` to...

enhancement
hacktoberfest

### Motivation Currently, for the preview bar the `preview` value toggle is passed through the components. ### Proposed solution It is possible to use a new hook: https://nextjs.org/blog/next-10-1#detect-when-preview-mode-is-enabled. ```js const...

enhancement
good first issue
help wanted
hacktoberfest

### Motivation Allow users to easily slick through to the specific content item from within the site. ### Proposed solution Use Next.js preview feature in combination with [Smartlink SDK](https://github.com/Kentico/kontent-smart-link) ###...

enhancement
good first issue
help wanted
hacktoberfest

### Motivation The current sample does not do anything with the form submission. ### Proposed solution Probably handling on Vercel/any other i.e. formspree: https://vercel.com/guides/deploying-react-forms-using-formspree-with-vercel. ### Additional context Current usage is...

enhancement
good first issue
help wanted
hacktoberfest

### Motivation It would be nice to showcase the paging. ### Proposed solution Pre generates pages for the `blog`, but make it universal for `listing_page` content type. ### Additional context...

good first issue
help wanted
hacktoberfest

### Motivation Showcase people, how to set up a starter for web spotlight projects. ### Proposed solution Content is already prepared to be used there. TODO: * Document, how to...

enhancement
good first issue
help wanted
hacktoberfest