We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ff73e commit dbf30b6Copy full SHA for dbf30b6
app/services/cms/providers/strapi/mocks/collections/site_wide_banner.rb
@@ -4,7 +4,7 @@ module Strapi
4
module Mocks
5
module Collections
6
class SiteWideBanner < StrapiMock
7
- attribute(:textContent) { Text::RichBlocks.as_model }
+ attribute(:textContent) { Text::RichBlocks.generate_data }
8
attribute(:startTime) { Faker::Time.backward(days: 2) }
9
attribute(:endTime) { Faker::Time.forward(days: 2) }
10
end
0 commit comments