Below are examples of code snippets

 

"": {
"prefix": "",
"body": [
""
],
"description": ""
}
"": {
  "prefix": "",
  "body": [
    ""
  ],
  "description": ""
}
<?php
global $shortPaths;
$shortPaths['Footer'] = 'components/05-organism/Footer/Footer';

/**
 *   Creates an options pages
 */
if ( function_exists('acf_add_options_page') ) {
    // add sub page
    acf_add_options_sub_page(array(
        'page_title'  => 'Footer',
        'menu_title'  => 'Footer',
        'parent_slug' => OPTION_PAGE['menu_slug'],
    ));
}