mattbrailsford/umbraco-fluidity

Is't possible to use data retrieved from Fluidity into Umbraco document type and API?

biapar opened this issue · 2 comments

Is't possible to use data retrieved from Fluidity into Umbraco backend ( for example into a document type ) and API ( alternative via PETA POCO )?

If you need to link to an entity in umbraco then fluidity comes with an entity picker property editor you can configure. Docs here https://umco.github.io/umbraco-fluidity/property-editors/entity-picker/

In terms of accessing data directly from Fluidity repositories then you can do that also. Docs here https://umco.github.io/umbraco-fluidity/api/repositories/#accessing-a-repository-in-code

Question answered so closing issue