カレンダーブロックの大きさを調整する方法について

2019年10月4日 at 15:11

表題の件、具体的な方法が知りたいです。

■参考にしたサイト
http://www.cherrypieweb.com/weblog/technical/20180615225420.php#i-4

上記のサイトに書いてあるとおり、
/application/blocks/calendar/templates/sampleに、
/concrete/blocks/calendar/view.phpをコピーし、
カスタムテンプレートを作成しました。

カレンダーブロックを右クリックすると出てくる[デザイン&カスタムテンプレート]から
これを指定してあります。

しかし、その後のサイズ変更については記述があいまいでよく分かりませんでした。
このコピーしたview.phpの、具体的に何行目に入れれば、サイズ変更が可能でしょうか。
カレンダーの縦横比率は維持したままで、見た目の大きさを調整したいです。

これはどこに入れたらよいですか?
$('#calendar').fullCalendar({
aspectRatio: 2,
});



# concrete5 Version
Core Version - 8.5.1
Version Installed - 8.5.1
Database Version - 20190301133300

# concrete5 Packages
Lazy Menu (1.0.8), Open Graph Tags Lite (2.1.3), PDF Viewer (1.0.1), Quick Tabs (1.0)

# concrete5 Overrides
blocks/calendar/templates/ibasyo-tuunen/view.php, blocks/calendar/templates/ibasyo-tuunen, blocks/calendar/templates, blocks/calendar, jobs/clear_empty_workflow_progress.php

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - On - In all cases.
Full Page Cache Lifetime - Only when manually removed or the cache is cleared.

# Server Software
Apache

# Server API
apache2handler

# PHP Version
7.3.9

# PHP Extensions
apache2handler, apcu, Core, ctype, curl, date, dom, exif, fileinfo, filter, gd, gettext, gmp, hash, iconv, intl, json, libxml, mbstring, mcrypt, mysqli, mysqlnd, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, Reflection, session, SimpleXML, snmp, soap, SPL, sqlite3, standard, tokenizer, xml, xmlreader, xmlwriter, xsl, Zend OPcache, zip, zlib

# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - -1
max_input_vars - 1000
memory_limit - 256M
post_max_size - 8M
upload_max_filesize - 2M
mbstring.regex_stack_limit - 100000
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - no value
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
opcache.max_accelerated_files - 10000
opcache.max_file_size - 0
opcache.max_wasted_percentage - 5

タグ: