PHP code example of andreyryabin / sprint.editor

1. Go to this page and download the library: Download andreyryabin/sprint.editor library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

andreyryabin / sprint.editor example snippets


{
  "extra": {
    "copy-file": {
      "bitrix/modules/sprint.editor/install/admin/": "bitrix/admin/",
      "bitrix/modules/sprint.editor/install/components/": "bitrix/components/"
    },
    "installer-paths": {
      "bitrix/modules/{$name}/": ["type:bitrix-module"]
    }
  },
  ""allow-plugins": {
      "composer/installers": true
    }
  }
}