Sha256: fd56a34d6571e00a04630653e7046ddf3e7c3ddbd02a4d743489c0249b5ca5eb
Contents?: true
Size: 337 Bytes
Versions: 11
Compression:
Stored size: 337 Bytes
Contents
# A portlet type that can be used to deprecate and remove old portlets. # During migrations, change existing portlet types with this and remove the old classes. # # This will not appear as a selectable portlet type, but can render itself class DeprecatedPlaceholder < Cms::Portlet enable_template_editor false def render end end
Version data entries
11 entries across 11 versions & 2 rubygems