Hi,
PropertyList fully support simple properties(string, int, etc..). To allow the complex property you have to write custom code.
More info-
PropertyList<T> together with complex types requires additional custom functionality to fully ensure data consistency, portability and functionality
Hello all,
I have a Block:
And ExpandableBlockItem Class:
Under every ExpandableBlockItem I want to have a ContentArea, so I could put some Block inside.
However it doesn't work and does not allow me to create new block under ExpandableContent property (this is how it renderds - https://i.imgur.com/2uPJCYvl.png). It renders as an area where I can drop some blocks with a text - You can drop content here. - but without a link to Create New Block or Media folder so I could drag some block there.
Thank you in advance, cheers!