Sha256: 47bbe8adf90aa4083510a8df361a7d83053e0918ef78ebc6c6dd85f78f4f39a2
Contents?: true
Size: 567 Bytes
Versions: 11
Compression:
Stored size: 567 Bytes
Contents
# -*- encoding : utf-8 -*- class AddGuides < Card::Migration GUIDE = <<-MD.strip_heredoc #### Editing Guide This default guide will appear in the full editor view of any card without more specific guidance. You can use it to put forward principles of style, rules of conduct, or any other help text you think may be of use to persons editing content. Guide content can be edited in [[\\*guide\\|\\*guide rules]]. MD def up ensure_card "*guide", codename: "guide", type_id: Card::SettingID Card::Cache.reset_all end end
Version data entries
11 entries across 11 versions & 1 rubygems