Sha256: 7c1f8db585c8df1fbe8a64878e5102012d5d773d8d49b5dddb89c39a7da7ee84
Contents?: true
Size: 324 Bytes
Versions: 64
Compression:
Stored size: 324 Bytes
Contents
pageflow.StorylineConfiguration = pageflow.Configuration.extend({ modelName: 'storyline', i18nKey: 'pageflow/storyline', defaults: { }, initialize: function() { this.listenTo(this, 'change:main', function(model, value) { if (value) { this.unset('parent_page_perma_id'); } }); } });
Version data entries
64 entries across 64 versions & 1 rubygems