Packages

DatoCMS client with helpers for static site generators

Current section

Files

Jump to
datocms_client lib datocms transform_field.ex
Raw

lib/datocms/transform_field.ex

defmodule DatoCMS.TransformField do
def from(field) do
%{attributes: %{api_key: field_name}} = field
{:ok, put_in(field, [:field_name], field_name)}
end
end