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
import type { RsbuildPlugin } from '@rsbuild/core' | |
export function pluginCopyManifest({ | |
gitSha, | |
}: { | |
gitSha: string | |
}): RsbuildPlugin { | |
return { | |
name: 'my-project:copy-manifest', |
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
########################################################################################### | |
# | |
# Intake Formset | |
# | |
########################################################################################### | |
submission_save_path: _forms/intake/ | |
filename_format: "{{ slug }}-{{ year }}{{ month }}{{ day }}-{{ hour }}{{ minute }}-{{ second }}" |
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
/* | |
|-------------------------------------------------------------------------- | |
| Hook: Modify Submission | |
|-------------------------------------------------------------------------- | |
| | |
| Allow submission modification by other add-ons with the ability to manipulate | |
| content of the submission. Has access to the success and config. | |
| | |
*/ |
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
<div class="social-media"> | |
facebook: https://www.facebook.com/acmecorp | |
twitter: https://twitter/acmecorp | |
tumblr: https://www.tumblr.com/acmecorp | |
instagram: http://www.youtube.com/acmecorp | |
urbanspoon: http://www.urbanspoon.com/acmecorp | |
linkedin: https://www.linkedin.com/acmecorp | |
pinterest: https://www.pinterest.com/acmecorp | |
youtube: https://foursquare.com/acmecorp | |
foursquare: https://foursquare.com/acmecorp |