I want to to make inventory-item relationship. Inventory stores id of item, admin panel finds item by id and shows full info.
That would be easy using relationship field. But here I want to hardcode item data in config files because items are not supposed to be changed in runtime. So accessing item data is read only operation.
What is best approach for this task?