$content([$lang])->fields()
Returns an array with all field names
-
$lang (string)
A language code -
return (array)
Example
<?php a::show($page->content()->fields)) ?>
Returns an array with all field names
<?php a::show($page->content()->fields)) ?>