diff --git a/lib/support/gds/user_facing_components.rb b/lib/support/gds/user_facing_components.rb index db2311dab..5eddfa18f 100644 --- a/lib/support/gds/user_facing_components.rb +++ b/lib/support/gds/user_facing_components.rb @@ -22,9 +22,10 @@ def component_options { name: "Whitehall Publisher", id: "inside_government_publisher", inside_government_related: true }, { name: "Mainstream Publisher", id: "mainstream_publisher" }, { name: "Travel Advice Publisher", id: "travel_advice_publisher" }, + { name: "Specialist Publisher", id: "specialist_publisher" }, ] end end end end -end \ No newline at end of file +end