Editor Extensions do have productivity modules without limitations, so there will be a crash of Parametrized Blueprints on Startup because of data-updates.lua
There needs to be an additional check in data-updates.lua line 10 like this:
if value.limitation then
value.limitation[#value.limitation+1] = "placeholder-" .. i
end