mattbrailsford / umbraco-fluidity

A fluent CRUD user interface generator for Umbraco
https://our.umbraco.org/projects/backoffice-extensions/fluidity/
Apache License 2.0
48 stars 40 forks source link

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

Closed biapar closed 5 years ago

biapar commented 6 years ago

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

mattbrailsford commented 6 years ago

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

mattbrailsford commented 5 years ago

Question answered so closing issue