| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | public function updateCMSFields(FieldList $fields) |
||
| 17 | { |
||
| 18 | $fields->addFieldsToTab( |
||
| 19 | 'Root.GetSiteControl', |
||
| 20 | [ |
||
| 21 | TextField::create( |
||
| 22 | 'GetSiteControlAPI', |
||
| 23 | 'GetSiteControl API Key' |
||
| 24 | ) |
||
| 25 | ->setDescription('Add just the key at the end of the link //l.getsitecontrol.com/3w0pvyd7.js, API Key is 3w0pvyd7'), |
||
| 26 | |||
| 27 | LiteralField::create( |
||
| 28 | 'GetSiteControlAPIHelp', |
||
| 29 | 'Go to: <a target="_blank" href="https://dash.getsitecontrol.com/">GetSiteControl Dashboard</a>' |
||
| 30 | ), |
||
| 35 |