From 5ea91f864f3fb93e7a2d85a43eb322c6bc992c36 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 17 Oct 2013 11:25:14 +1300 Subject: [PATCH] Updated readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2d4f4d8..ae9dd9d 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,18 @@ OpenGraph: * The default_tagbuilder is the name of the class to use to generate tags (unless a type has one specified explicitly). See below under [Adding new types][#adding-new-types] for details. +Any value above can be set to an empty string to disable it completely. E.g. + +```yaml +--- +Name: myopengraphsettings +After: '#opengraphsettings' +--- +OpenGraph: + application_id: '' + admin_id: '' +``` + ## How to do stuff ### Implementing Open Graph object properties