Blink Component Embed

Paste a section's JSON settings and a default-value render statement, then populate the real values in one click. Nothing is sent anywhere — it all runs in your browser.

1. Section JSON
Paste the section/block JSON, including its settings object. Doesn't need outer braces.
2. Render statement (defaults)
Paste the render tag with keys referencing the settings, e.g. ss.setting_id.
3. Populated render statement
Click Populate to fill this in from boxes 1 and 2.

Values keep their JSON type: strings are quoted, numbers and booleans are left bare, and empty strings become ''. A key left as ss.xxx in the result means no matching setting was found — it's never guessed at.