Skip to content

Instantly share code, notes, and snippets.

$ cd /path/to/your/ezp
$ cd extension
$ git clone git@github.com:nxc/nxc_social_networks.git
$ cd /path/to/your/ezp
$ git submodule add git@github.com:nxc/nxc_social_networks.git extension/nxc_social_networks
_addMarked: function () {
this.execCommand({
tagName: 'div',
content: '',
attributes: {
'data-ezelement': 'marked'
}
});
},
...
new ContextualCode\RichTextEditorCustomTagsBundle\ContextualCodeRichTextEditorCustomTagsBundle(),
new EzSystems\PlatformUIAssetsBundle\EzSystemsPlatformUIAssetsBundle(),
...
...
statics: {
key: 'marked'
},
...
...
_addMarked: function () {
this.execCommand({
tagName: 'div',
content: '',
attributes: {
'data-ezelement': 'marked'
}
});
},
"https://{default}/":
type: upstream
upstream: "theoneweekboutique:http"
cache:
enabled: false
mysqldb:
type: mysql:10.0
disk: 768
configuration:
schemas:
- main
- cluster
endpoints:
mysql:
default_schema: main
# This file describes an application. You can have multiple applications
# in the same project.
# The name of this app. Must be unique within a project.
name: theoneweekboutique
# The type of the application to build.
type: php:5.4
build:
flavor: none
$ php bin/php/ezpgenerateautoloads.php -o
Scanning for PHP-files.
Scan complete. Found 483 PHP files.
Searching for classes (tokenizing).
Class eZINI in file extension/site/classes/override/ezini.php will override:
lib/ezutils/classes/ezini.php (autoload/ezp_kernel.php)