This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% disqus_widget shortname_anda %} | |
#contoh | |
{% disqus_widget 'webmuapp' %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% latest_pages jumlah_halaman %} | |
#contoh | |
{% latest_pages 10 %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% sub_part nama_sub_halaman %} | |
#contoh | |
{% sub_part 'footer' %} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% paginate site.products to products by 20 %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% paginator products %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id | cofog1code | cofog2code | cofog3code | cofog1label | cofog2label | cofog3label | amount | time | |
---|---|---|---|---|---|---|---|---|---|
1 | A | B | C | Level1 | Level2 | Level3 | 1 | 2015 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ID | |
1 | |
2 | |
3 | |
4 | |
5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id | cofog1code | cofog2code | cofog3code | cofog1label | cofog2label | cofog3label | amount | time | |
---|---|---|---|---|---|---|---|---|---|
1431772969128-10 | 01 | 01.1 | 01.1.1 | General public services | Executive and legislative organs, financial and fiscal affairs, external affairs | Executive and legislative organs | 1 | 2015 | |
1431772969128-11 | 01 | 01.1 | 01.1.2 | General public services | Executive and legislative organs, financial and fiscal affairs, external affairs | Financial and fiscal affairs | 1 | 2015 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def self.onesignal_notify(user, message) | |
headers = { | |
"Authorization" => "BASIC #{APP_CONFIG['onesignal']['api_key']}", | |
"Content-Type" => "Application/json" | |
} | |
body = { | |
"app_id" => APP_CONFIG['onesignal']['app_id'], | |
"data" => {"type": "post"}, | |
"contents" => {"en" => message}, | |
#"include_player_ids" => [user.onesignal], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn react-native upgrade | |
rm -rf node_modules | |
yarn | |
expo client:install:android | |
expo start |