Pass syndication request through
This commit is contained in:
@@ -10,6 +10,7 @@ module Adamantium
|
||||
attribute :category, Types::Array.of(Types::Coercible::String)
|
||||
attribute :published_at, Types::Nominal::DateTime.optional
|
||||
attribute :post_type, Types::Coercible::String
|
||||
attribute :syndicate_to, Types::Array.of(Types::Coercible::String)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@@ -9,6 +9,7 @@ module Adamantium
|
||||
attribute :category, Types::Array.of(Types::Coercible::String)
|
||||
attribute :published_at, Types::Nominal::DateTime.optional
|
||||
attribute :post_type, Types::Coercible::String
|
||||
attribute :syndicate_to, Types::Array.of(Types::Coercible::String)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user