pageflow 15.1.0.beta5 → 15.1.0.beta6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pageflow might be problematic. Click here for more details.

@@ -34,21 +34,37 @@ module Pageflow
34
34
  end
35
35
 
36
36
  trait :with_home_button do
37
- home_button_enabled { true }
38
- home_url { 'http://example.com' }
37
+ configuration do
38
+ {
39
+ home_button_enabled: true,
40
+ home_url: 'http://example.com'
41
+ }
42
+ end
39
43
  end
40
44
 
41
45
  trait :without_home_button do
42
- home_button_enabled { false }
43
- home_url { 'http://example.com' }
46
+ configuration do
47
+ {
48
+ home_button_enabled: false,
49
+ home_url: 'http://example.com'
50
+ }
51
+ end
44
52
  end
45
53
 
46
54
  trait :with_overview_button do
47
- overview_button_enabled { true }
55
+ configuration do
56
+ {
57
+ overview_button_enabled: true
58
+ }
59
+ end
48
60
  end
49
61
 
50
62
  trait :without_overview_button do
51
- overview_button_enabled { false }
63
+ configuration do
64
+ {
65
+ overview_button_enabled: false
66
+ }
67
+ end
52
68
  end
53
69
 
54
70
  trait :with_meta_data do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pageflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.1.0.beta5
4
+ version: 15.1.0.beta6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codevise Solutions Ltd
@@ -1607,6 +1607,8 @@ files:
1607
1607
  - config/initializers/zencoder.rb
1608
1608
  - config/locales/de.yml
1609
1609
  - config/locales/en.yml
1610
+ - config/locales/new/entry_metadata_configuration.de.yml
1611
+ - config/locales/new/entry_metadata_configuration.en.yml
1610
1612
  - config/routes.rb
1611
1613
  - config/spring.rb
1612
1614
  - db/migrate/20140418225525_setup_schema.rb
@@ -1628,6 +1630,8 @@ files:
1628
1630
  - db/migrate/20191202154723_create_pageflow_scrolled_content_elements.rb
1629
1631
  - db/migrate/20191219143450_add_position_to_content_elements.rb
1630
1632
  - db/migrate/20191220100946_create_pageflow_scrolled_storylines.rb
1633
+ - db/migrate/20200114154200_add_configuration_to_revisions.rb
1634
+ - db/migrate/20200117133200_change_revision_appearance_option_default_and_null.rb
1631
1635
  - entry_types/paged/app/assets/javascripts/pageflow_paged/dist/editor.js
1632
1636
  - entry_types/paged/app/assets/javascripts/pageflow_paged/editor.js
1633
1637
  - entry_types/paged/app/assets/stylesheets/pageflow_paged/editor.scss