Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Generic Block rendering #820

Closed
tidyui opened this issue Sep 24, 2019 · 3 comments
Closed

Add Generic Block rendering #820

tidyui opened this issue Sep 24, 2019 · 3 comments

Comments

@tidyui
Copy link
Member

tidyui commented Sep 24, 2019

Add support for rendering "Generic Blocks", i.e where the fields are just rendered using the view components for the fields. This also requires that blocks are exported completely different through the manager Api as blocks does not contain meta-data for fields.

@tidyui
Copy link
Member Author

tidyui commented Sep 24, 2019

This should probably consist of two parts. First some way to mark the BlockType that it should be serialized as a generic block, like a GenericBlockAttribute, and secondly a Vue component generic-block that can be registered as the component for the block. This way it would be possible to create custom block components the uses the generic serialization model if desired.

@tidyui
Copy link
Member Author

tidyui commented Nov 12, 2019

As support for .NET Core 2.2 ends in December we have to push this feature to 8.1 and focus on migrating to .NET Core 3.0.

@tidyui tidyui modified the milestones: Version 7.1, Version 8.1 Nov 12, 2019
@tidyui tidyui self-assigned this Jan 27, 2020
@tidyui tidyui closed this as completed in 1058ae4 Jan 27, 2020
@tidyui tidyui changed the title Add GenericBlock Add Generic Block rendering Feb 16, 2020
@psandgren
Copy link

Nice work! Speeds up development a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants