Skip to content

Commit

Permalink
Update ToastSEO.php
Browse files Browse the repository at this point in the history
Update literal  
  • Loading branch information
danaenz authored Oct 30, 2018
1 parent 4e5a215 commit 68623ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/extensions/ToastSEO.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function updateCMSFields(FieldList $fields)
TextareaField::create('MetaDescription', 'Meta Description')->addExtraClass('toastSEOMetaText')->setRightTitle('The meta description is often shown as the black text under the title in a search result. For this to work it has to contain the keyword that was searched for.'),
LiteralField::create('', '<div class="toastSEOSummaryText" style="opacity:0;position:relative;height:0;overflow:hidden;">:: ' . $this->owner->dbObject('Content')->Summary(25) . '</div>'),
TextField::create('MetaAuthor', 'Author')->setRightTitle('Example: John Doe, j.doe@example.com'),
HeaderField::create('', '&nbsp;&nbsp;&nbsp;Robots'),
LiteralField::create('', '<h2 style="padding-left: 10px;">Robots</h2>'),
OptionsetField::create('RobotsIndex', 'Index', [
'index' => 'INDEX',
'noindex' => 'NOINDEX'
Expand Down

0 comments on commit 68623ce

Please sign in to comment.