You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi is possible natively, or has someone created custom field that would store more items of something, I am specifically intersted in references multiple pages e.g. page has reference to featured blogs.
Code that I am using for one reference:
public class GeneralHomePageRegion
{
[Field(Title = "Ref")]
public PageField ReferencedPage { get; set; }
[Field(Title = "Referenced page")]
public Piranha.Extend.Fields.DataSelectField<PageItem> ReferencedPages { get; set; }
}
Thank you
The text was updated successfully, but these errors were encountered:
ErikMatuska
changed the title
Multiple referenced pages
Field that references multiple pages
Feb 4, 2025
ErikMatuska
changed the title
Field that references multiple pages
Field for storing reference to multiple pages
Feb 4, 2025
Hi is possible natively, or has someone created custom field that would store more items of something, I am specifically intersted in references multiple pages e.g. page has reference to featured blogs.
Code that I am using for one reference:
Thank you
The text was updated successfully, but these errors were encountered: