Skip to content

Commit

Permalink
add Tax Rate block type schema
Browse files Browse the repository at this point in the history
This schema was added to Publishing API here alphagov/publishing-api#2806
  • Loading branch information
Harriethw committed Jul 18, 2024
1 parent 040364e commit 536cba2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class ContentObjectStore::ContentBlockSchema
SCHEMA_PREFIX = "content_block".freeze

VALID_SCHEMAS = %w[email_address].freeze
VALID_SCHEMAS = %w[email_address tax_rate].freeze
private_constant :VALID_SCHEMAS

def self.valid_schemas
Expand Down

0 comments on commit 536cba2

Please sign in to comment.