Sha256: e77a13404b74998feda711c0dd60bfbcf905137f766ebd8edf43fede3111995e
Contents?: true
Size: 739 Bytes
Versions: 8
Compression:
Stored size: 739 Bytes
Contents
class @AntsMetaGroup constructor: (extra_config={}) -> config = type: 'group' inputs: _meta_title: type: 'string' label: 'Meta Title' limit: 60 placeholder: "Accurate and concise description of a page's content" _meta_description: type: 'text' label: 'Meta Description' limit: 200 placeholder: 'Advertise content with short summary' _meta_keywords: type: 'text' label: 'Meta Keywords' placeholder: 'e.g. keyword1, keyword2, keyword3' _opengraph_image_url: type: 'loft-image' label: 'Open Graph Image' $.extend(config, extra_config) return config
Version data entries
8 entries across 8 versions & 1 rubygems