Skip to content
Discussion options

You must be logged in to vote

My probelm was solved using IShapeTableProvider
I searched for a difference between two of the same content item if one is inside a BagPart
Turned out the their Prefix is different.
Using this difference I was able to make the ContentPickerField of the BagPart contained item disappear

public void Discover(ShapeTableBuilder builder)
        {
            builder.Describe("ContentPickerField_Edit")
                .OnDisplaying(displaying =>
                {
                    var editor = displaying.Shape;                                                         
                    if (differentiator logic e.g. prefix difference)
                    {
                        editor.Metad…

Replies: 4 comments 10 replies

Comment options

You must be logged in to vote
1 reply
@Psichorex
Comment options

Comment options

You must be logged in to vote
7 replies
@Skrypt
Comment options

@Psichorex
Comment options

@deanmarcussen
Comment options

@Psichorex
Comment options

@Psichorex
Comment options

Comment options

You must be logged in to vote
2 replies
@Psichorex
Comment options

@ns8482e
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Psichorex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants